summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-19 09:27:37 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-19 09:27:37 +0200
commit0e25ae61401ac139bf62071cd5f0ccb8fcfbd338 (patch)
treed03a2e797a4e4136bb131da084c05a5adf2e7da7
parent6e015695b7be7c47903bb064ec18b99ef46589ad (diff)
Add helm-imenu-in-all-buffers to menu and bind it in helm-command-map.
* helm-config.el: Do it. * helm-easymenu.el: Do it.
-rw-r--r--helm-config.el1
-rw-r--r--helm-easymenu.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/helm-config.el b/helm-config.el
index b6c79207..58e29e21 100644
--- a/helm-config.el
+++ b/helm-config.el
@@ -83,6 +83,7 @@
(define-key map (kbd "t") 'helm-top)
(define-key map (kbd "/") 'helm-find)
(define-key map (kbd "i") 'helm-semantic-or-imenu)
+ (define-key map (kbd "I") 'helm-imenu-in-all-buffers)
(define-key map (kbd "<tab>") 'helm-lisp-completion-at-point)
(define-key map (kbd "p") 'helm-list-emacs-process)
(define-key map (kbd "C-x r b") 'helm-filtered-bookmarks)
diff --git a/helm-easymenu.el b/helm-easymenu.el
index 6c4ced02..23f263bb 100644
--- a/helm-easymenu.el
+++ b/helm-easymenu.el
@@ -63,6 +63,7 @@
["Show xfonts" helm-select-xfont t]
["Ucs Symbols" helm-ucs t]
["Imenu" helm-imenu t]
+ ["Imenu all" helm-imenu-in-all-buffers t]
["Semantic or Imenu" helm-semantic-or-imenu t]
["Google Suggest" helm-google-suggest t]
["Eval expression" helm-eval-expression-with-eldoc t]