From 0aa122c614245d129dc52d265e878ef67c54b537 Mon Sep 17 00:00:00 2001 From: Marcel Fries Date: Thu, 6 Feb 2025 15:16:29 +0100 Subject: [PATCH] Remove server mode setting --- init.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/init.el b/init.el index 1c745d1..32a3822 100644 --- a/init.el +++ b/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)