From 7cfd18ea5b00c316d23706d5a42b54705105fbf2 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 22 Oct 2020 05:39:40 -0400 Subject: Make things work on pincer --- emacs/.doom.d/config.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs') 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) -- cgit v1.2.3