Missed fragment when staging beancount bal

This commit is contained in:
tecosaur 2020-03-19 01:18:23 +08:00
parent c00d24e044
commit 4d343d9b86
1 changed files with 2 additions and 1 deletions

View File

@ -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)