Add imenu key

This commit is contained in:
Marcus Kammer 2020-02-06 21:07:10 +01:00
parent f26f8d8ac1
commit 96467b992f

View file

@ -9,6 +9,8 @@
(global-unset-key "\C-z")
(global-set-key (kbd "M-i") 'imenu)
;; start a server, unless one is already running
(require 'server)
(unless (server-running-p) (server-start))