Remove server mode setting

This commit is contained in:
Marcel Fries
2025-02-06 15:16:29 +01:00
parent e2ab574e4b
commit 0aa122c614

View File

@@ -368,14 +368,6 @@
(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)))
;; custom.el - device specific settings ;; custom.el - device specific settings
(setq custom-file "~/.emacs.d/custom.el") (setq custom-file "~/.emacs.d/custom.el")
(load custom-file 'noerror) (load custom-file 'noerror)