mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(beancount): activate on *.bean files too
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
;;; lang/beancount/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! beancount
|
||||
:mode ("\\.bean\\'" . beancount-mode)
|
||||
:hook (beancount-mode . outline-minor-mode)
|
||||
:hook (beancount-mode . flymake-bean-check-enable) ; FIXME: add proper flycheck support
|
||||
:init
|
||||
|
Reference in New Issue
Block a user