summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.el b/init.el
index 612b8a7..a16100c 100644
--- a/init.el
+++ b/init.el
@@ -322,10 +322,6 @@
322 :straight t 322 :straight t
323 :after magit)) 323 :after magit))
324 324
325(use-package server
326 :config
327 (setq server-socket-dir (expand-file-name local-dir "server")))
328
329(use-package simple 325(use-package simple
330 :straight (simple :type built-in) 326 :straight (simple :type built-in)
331 :hook ((text-mode . turn-on-auto-fill) 327 :hook ((text-mode . turn-on-auto-fill)