From 4d343d9b86348700f61e7207cbfd5d71df296daa Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Thu, 19 Mar 2020 01:18:23 +0800 Subject: [PATCH] Missed fragment when staging beancount bal --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 0026c0d..adbf0a1 100644 --- a/config.org +++ b/config.org @@ -1622,7 +1622,8 @@ enable it for ~.beancount~ files. (use-package! beancount :load-path "~/.config/doom/lisp" :mode ("\\.beancount\\'" . beancount-mode) - :config (setq beancount-electric-currency t) + :config + (setq beancount-electric-currency t) (defun beancount-bal () "Run bean-report bal." (interactive)