mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(beancount): add eval handler
Allows interop with the :tools eval module. Evaluating regions will now invoke `bean-doctor region ...` on the selection.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user