Enable use-package imenu support
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| * About | ||||
| This README is a literate commentary on my emacs configuration, but it also serves as the README for my dotfiles. | ||||
| This README is a literate version of my emacs configuration, but it also serves as the README for my dotfiles. | ||||
| * General | ||||
| ** Lexical Binding | ||||
| This makes it so that the file that is produced from tangling this file uses lexical scoping | ||||
| @@ -3258,7 +3258,6 @@ I've disabled perspective because I just don't use it much. | ||||
|             (setq c-basic-offset 4 | ||||
|                   tab-width 4 | ||||
|                   indent-tabs-mode t))) | ||||
|  | ||||
| #+END_SRC | ||||
| *** android-mode | ||||
| #+BEGIN_SRC emacs-lisp | ||||
|   | ||||
| @@ -13,6 +13,8 @@ | ||||
|   (setq mac-option-modifier 'meta) | ||||
|   (setq mac-command-modifier 'super)) | ||||
|  | ||||
| (setq use-package-enable-imenu-support t) | ||||
|  | ||||
| (org-babel-load-file | ||||
|  (concat (file-name-directory load-file-name) "README.org")) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user