mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05: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:
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user