diff --git a/init.org b/init.org index b840366..19d11b0 100644 --- a/init.org +++ b/init.org @@ -103,6 +103,7 @@ https://blog.d46.us/advanced-emacs-startup/ (package-install 'use-package)) (eval-when-compile + (setq use-package-enable-imenu-support t) (require 'use-package)) (require 'bind-key) @@ -386,8 +387,7 @@ Windows Theme: (:map global-map ([f9] . imenu-list-smart-toggle)) :custom - (org-imenu-depth 4) - ) + (org-imenu-depth 4)) #+END_SRC * which-key