diff --git a/conf.org b/conf.org index 0c888a0..d758435 100644 --- a/conf.org +++ b/conf.org @@ -4191,6 +4191,7 @@ The function keys are nice because they are almost (not always) free in every mo (global-set-key (kbd "C-M-S-a") 'org-agenda-kill-all-agenda-buffers) (global-set-key (kbd "M-b") 'nd/switch-to-previous-buffer) +(global-set-key (kbd "M-i") 'imenu) (global-set-key (kbd "M-o") 'ace-window) (global-set-key (kbd "M-s") 'avy-goto-char) (global-set-key (kbd "M-x") 'helm-M-x)