Oversight in beancount package mode hook

This commit is contained in:
tecosaur 2020-02-16 13:15:45 +08:00
parent f740c42a32
commit bb2cca50c3
1 changed files with 3 additions and 1 deletions

View File

@ -986,7 +986,9 @@ and produced by John Weigley --- author of ~ledger~ and current Emacs maintainer
The [[https://bitbucket.org/blais/beancount/src/tip/editors/emacs/beancount.el][beancount package]] online has been put into ~./lisp~, we just need to load and
enable it for ~.beancount~ files.
#+BEGIN_SRC emacs-lisp
(use-package! beancount :load-path "~/.config/doom/lisp" :mode "\\.beancount\\'")
(use-package! beancount
:load-path "~/.config/doom/lisp"
:mode ("\\.beancount\\'" . beancount-mode))
#+END_SRC
# Local variables: