diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 462fdae2..7660a71e 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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 diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 5847b094..48630733 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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"))