diff options
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index ab6d26d7..021da896 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1774,6 +1774,7 @@ With two prefix arguments, write out the day and month name." ;; entities) across buffers in the same project. Neat! (use-package imenu-anywhere + :if (featurep 'helm-imenu) :bind ("C-x C-." . ivy-imenu-anywhere)) ;;;;; Language Server Protocol |