Enable use-package imenu support

This commit is contained in:
Ivan Malison 2016-07-07 11:10:52 -07:00
parent f9fddc06f5
commit fcb3b34364
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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"))