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)