diff options
author | Alan Pearce | 2014-07-03 11:25:41 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-03 11:25:41 +0100 |
commit | 4c534ec12b614acc3317f21d42193839074f4a23 (patch) | |
tree | 49de7d87cab55901961e10188a79ebff3050d7a7 /tag-emacs | |
parent | 95ac229d595e81e2f3ed1e1504ab7873d72a1f8f (diff) | |
download | dotfiles-4c534ec12b614acc3317f21d42193839074f4a23.tar.lz dotfiles-4c534ec12b614acc3317f21d42193839074f4a23.tar.zst dotfiles-4c534ec12b614acc3317f21d42193839074f4a23.zip |
Emacs: rebind C-x i to helm-semantic-or-imenu
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index bd617fa..442c1b2 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -437,7 +437,7 @@ (defalias 'exit-emacs #'save-buffers-kill-emacs)) (req-package helm-config - :bind (("C-x i". helm-imenu) + :bind (("C-x i". helm-semantic-or-imenu) ("M-x" . helm-M-x) ("C-x C-b" . helm-mini)) :config (progn |