Enable use-package imenu support
This commit is contained in:
parent
f9fddc06f5
commit
fcb3b34364
@ -1,5 +1,5 @@
|
|||||||
* About
|
* 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
|
* General
|
||||||
** Lexical Binding
|
** Lexical Binding
|
||||||
This makes it so that the file that is produced from tangling this file uses lexical scoping
|
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
|
(setq c-basic-offset 4
|
||||||
tab-width 4
|
tab-width 4
|
||||||
indent-tabs-mode t)))
|
indent-tabs-mode t)))
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** android-mode
|
*** android-mode
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
(setq mac-option-modifier 'meta)
|
(setq mac-option-modifier 'meta)
|
||||||
(setq mac-command-modifier 'super))
|
(setq mac-command-modifier 'super))
|
||||||
|
|
||||||
|
(setq use-package-enable-imenu-support t)
|
||||||
|
|
||||||
(org-babel-load-file
|
(org-babel-load-file
|
||||||
(concat (file-name-directory load-file-name) "README.org"))
|
(concat (file-name-directory load-file-name) "README.org"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user