feat(beancount): activate on *.bean files too

This commit is contained in:
Henrik Lissner
2025-05-22 16:23:56 +02:00
parent b173fedaff
commit 8627117d63

View File

@ -1,6 +1,7 @@
;;; lang/beancount/config.el -*- lexical-binding: t; -*- ;;; lang/beancount/config.el -*- lexical-binding: t; -*-
(use-package! beancount (use-package! beancount
:mode ("\\.bean\\'" . beancount-mode)
:hook (beancount-mode . outline-minor-mode) :hook (beancount-mode . outline-minor-mode)
:hook (beancount-mode . flymake-bean-check-enable) ; FIXME: add proper flycheck support :hook (beancount-mode . flymake-bean-check-enable) ; FIXME: add proper flycheck support
:init :init