summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 438db55..aa2acb5 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -407,9 +407,7 @@
 
 (bind-key "s-x" (define-prefix-command 'super-x-map))
 
-(bind-key "s-," (lambda ()
-                  (interactive)
-                  (jump-to-register ?e)))
+(bind-key "s-," #'init-imenu)
 (set-register ?e `(file . ,*init-file*))
 (set-register ?z `(file . ,(expand-file-name ".config/zsh/zshrc" "~")))