summaryrefslogtreecommitdiff
path: root/helm-imenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-05-22 20:13:16 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-05-22 20:13:16 +0200
commita6e97c043d44b405656d8a52b981c26aae503737 (patch)
tree6a90581790a517e4ba0c0f26b23784752fae8fa7 /helm-imenu.el
parent439f538d3c87a37d6a693683a52cf39de3c5bdcf (diff)
Fix default setting of helm-imenu-all-buffer-assoc.
* helm-imenu.el (helm-imenu-all-buffer-assoc): Now nil.
Diffstat (limited to 'helm-imenu.el')
-rw-r--r--helm-imenu.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helm-imenu.el b/helm-imenu.el
index 26ab32ce..a0fd6bcd 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -45,8 +45,7 @@
:group 'helm-imenu
:type 'boolean)
-(defcustom helm-imenu-all-buffer-assoc '((mu4e-view-mode . emacs-lisp-mode)
- (mu4e-compose-mode . emacs-lisp-mode))
+(defcustom helm-imenu-all-buffer-assoc nil
"Major mode association alist for `helm-imenu-in-all-buffers'.
Allow `helm-imenu-in-all-buffers' searching in these associated buffers
even if they are not derived from each other."