diff --git a/modules/lang/beancount/config.el b/modules/lang/beancount/config.el index 44ffcb1b2..831cdd9ec 100644 --- a/modules/lang/beancount/config.el +++ b/modules/lang/beancount/config.el @@ -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