.emacs.d/init.el
This commit is contained in:
parent
d5836762a0
commit
6cd580c3be
1 changed files with 3 additions and 2 deletions
|
@ -1036,8 +1036,9 @@ for easy selection."
|
|||
(global-set-key (kbd "M-n") 'idomenu)
|
||||
(global-set-key (kbd "\"") 'oni:self-insert-dwim)
|
||||
|
||||
(when (daemonp)
|
||||
(global-set-key "\C-x\C-c" 'oni:close-client-window))
|
||||
(if (daemonp)
|
||||
(global-set-key "\C-x\C-c" 'oni:close-client-window)
|
||||
(server-start))
|
||||
|
||||
(when (or window-system (daemonp))
|
||||
(global-unset-key "\C-z"))
|
||||
|
|
Loading…
Reference in a new issue