Always start server
This commit is contained in:
8
init.el
8
init.el
@@ -394,4 +394,12 @@
|
|||||||
(when (current-buffer-matches-file-p) (set-buffer-modified-p nil))
|
(when (current-buffer-matches-file-p) (set-buffer-modified-p nil))
|
||||||
(kill-buffer))
|
(kill-buffer))
|
||||||
|
|
||||||
|
;; Start the emacs server
|
||||||
|
;; This is necessary for the emacsclient to work
|
||||||
|
(use-package server
|
||||||
|
:straight nil
|
||||||
|
:config
|
||||||
|
(unless (server-running-p)
|
||||||
|
(server-start)))
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
|
|||||||
Reference in New Issue
Block a user