summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-03-09 22:07:00 +0200
committerGravatar Uko Kokņevičs2025-03-09 23:02:59 +0200
commit69d014bb9342f7e02c63170008167cd4667eeddd (patch)
treefa6b811859c7993b3f73be0406baee7961e0be99 /init.el
parentAdd svelte-mode (diff)
downloademacs.d-69d014bb9342f7e02c63170008167cd4667eeddd.tar.gz
emacs.d-69d014bb9342f7e02c63170008167cd4667eeddd.tar.xz
emacs.d-69d014bb9342f7e02c63170008167cd4667eeddd.zip
Add server
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index fa03902..e37a742 100644
--- a/init.el
+++ b/init.el
@@ -646,6 +646,10 @@
646 :config 646 :config
647 (scroll-bar-mode -1)) 647 (scroll-bar-mode -1))
648 648
649(use-package server
650 :config
651 (setq server-socket-dir (expand-file-name local-dir "server")))
652
649(use-package simple 653(use-package simple
650 :straight (simple :type built-in) 654 :straight (simple :type built-in)
651 :hook ((text-mode . turn-on-auto-fill) 655 :hook ((text-mode . turn-on-auto-fill)