From 829db15daa3a2cefdf207d78f2b25fe67db860a1 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 20 Mar 2024 14:12:38 +0100 Subject: [PATCH] Comment on invoking `imenu-add-menubar-index' automatically --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 4254ccd..c91b7ec 100644 --- a/README.org +++ b/README.org @@ -4553,6 +4553,8 @@ configuration: #+caption: Setup ~eglot~ for ~julia-mode~. #+name: lst:setup-eglot-jl #+begin_src emacs-lisp -n :results silent +;; How to invoke `imenu-add-menubar-index' automatically? +;; Neither advising `eglot' nor hooking major modes seems to work. (when (ensure-package-installation 'eglot-jl) (eglot-jl-init)) #+end_src