Start server after brief idle delay
This commit is contained in:
parent
74e1143ac0
commit
7033b589cb
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ files, so we replace calls to `pp' with the much faster `prin1'."
|
|||
(use-package! server
|
||||
:when (display-graphic-p)
|
||||
:after-call pre-command-hook after-find-file focus-out-hook
|
||||
:defer 1
|
||||
:init
|
||||
(when-let (name (getenv "EMACS_SERVER_NAME"))
|
||||
(setq server-name name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue