Remove server mode setting
This commit is contained in:
8
init.el
8
init.el
@@ -368,14 +368,6 @@
|
||||
(when (current-buffer-matches-file-p) (set-buffer-modified-p nil))
|
||||
(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)))
|
||||
|
||||
;; custom.el - device specific settings
|
||||
(setq custom-file "~/.emacs.d/custom.el")
|
||||
(load custom-file 'noerror)
|
||||
|
||||
Reference in New Issue
Block a user