Add imenu key
This commit is contained in:
parent
f26f8d8ac1
commit
96467b992f
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue