From 96d653d3de34d71249194e7ed56cb4d5781e54ab Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 17 Aug 2016 17:58:24 -0700 Subject: [PATCH] Update imenu flattening commentary --- dotfiles/emacs.d/README.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 3d6657ae..6ba415b8 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -522,8 +522,6 @@ index. (imalison:flatten-index-entry entry new-prefix)) rest))) (if entry-marker - ;; When the entry had properties, we may want to keep - ;; it around, because it might have a marker attached. (cons (cons new-entry-name entry-marker) flattened-subentries) flattened-subentries)) ;; Leaf Node @@ -547,7 +545,7 @@ index. By advising ~imenu--make-index-alist~ with ~imalison:flatten-imenu-index~ we make it so that imenu indexes are always flattened. This is still experimental, so copy to your own -dotfiles with caution. +emacs-configuration with caution. #+BEGIN_SRC emacs-lisp (defvar imalison:flatten-imenu-global nil) (defvar imalison:flatten-imenu-local t)