summaryrefslogtreecommitdiff
path: root/emacs/.doom.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.doom.d/config.el')
-rw-r--r--emacs/.doom.d/config.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el
index 41b49c4..9503a5a 100644
--- a/emacs/.doom.d/config.el
+++ b/emacs/.doom.d/config.el
@@ -152,6 +152,9 @@
;; "j" #'hledger-run-command)
;; )
+(server-start)
+(remove-hook 'doom-first-buffer-hook #'smartparens-global-mode)
+
(add-to-list 'auto-mode-alist '("\\.journal\\'" . ledger-mode))
(load "~/.doom.d/config.local.el" t)