mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(beancount): activate flymake-mode
There is no beancount integration for flycheck (which will be implemented later), so activate flymake in beancount so users of either checker can enjoy bean-check linting.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
(use-package! beancount
|
||||
:hook (beancount-mode . outline-minor-mode)
|
||||
:hook (beancount-mode . flymake-bean-check-enable) ; FIXME: add proper flycheck support
|
||||
:init
|
||||
(after! nerd-icons
|
||||
(add-to-list 'nerd-icons-extension-icon-alist
|
||||
|
Reference in New Issue
Block a user