mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 03:14:20 -04:00
Enable global server-mode
Provided the default server isn't already running in another Emacs instance, start it in this instance.
This commit is contained in:
parent
416e225649
commit
774dc42d8f
3
init.el
3
init.el
@ -53,6 +53,9 @@
|
|||||||
(when (file-exists-p custom-file)
|
(when (file-exists-p custom-file)
|
||||||
(load custom-file)))
|
(load custom-file)))
|
||||||
|
|
||||||
|
(use-package server
|
||||||
|
:config (or (server-running-p) (server-mode)))
|
||||||
|
|
||||||
(progn ; startup
|
(progn ; startup
|
||||||
(message "Loading early birds...done (%.3fs)"
|
(message "Loading early birds...done (%.3fs)"
|
||||||
(float-time (time-subtract (current-time)
|
(float-time (time-subtract (current-time)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user