diff --git a/modules/lang/beancount/config.el b/modules/lang/beancount/config.el index fa98b3127..536589741 100644 --- a/modules/lang/beancount/config.el +++ b/modules/lang/beancount/config.el @@ -11,6 +11,8 @@ '(beancount-mode nerd-icons-faicon "nf-fa-money" :face nerd-icons-lblue))) :config + (set-eval-handler! 'beancount-mode #'beancount-region-default) + (setq beancount-electric-currency t) (when (modulep! +lsp)