.emacs.d/init.el
This commit is contained in:
parent
ae482bccfe
commit
af62874a4a
1 changed files with 2 additions and 3 deletions
|
@ -337,9 +337,7 @@
|
||||||
(global-set-key (kbd "\"") 'oni:self-insert-dwim)
|
(global-set-key (kbd "\"") 'oni:self-insert-dwim)
|
||||||
|
|
||||||
(if (daemonp)
|
(if (daemonp)
|
||||||
(global-set-key "\C-x\C-c" 'oni:close-client-window)
|
(global-set-key "\C-x\C-c" 'oni:close-client-window))
|
||||||
(unless (server-running-p)
|
|
||||||
(server-start)))
|
|
||||||
|
|
||||||
(when (or window-system (daemonp))
|
(when (or window-system (daemonp))
|
||||||
(global-unset-key "\C-z"))
|
(global-unset-key "\C-z"))
|
||||||
|
@ -404,6 +402,7 @@
|
||||||
(global-set-key (kbd "C-z") 'quick-edit-mode)
|
(global-set-key (kbd "C-z") 'quick-edit-mode)
|
||||||
|
|
||||||
(unless (server-running-p)
|
(unless (server-running-p)
|
||||||
|
(server-start)
|
||||||
(load "wm-init"))
|
(load "wm-init"))
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
|
|
Loading…
Reference in a new issue