ADD ledger mode

This commit is contained in:
Nathan Dwarshuis 2022-06-29 20:51:11 -04:00
parent 66f1844dbb
commit 029fcc8cbd
1 changed files with 7 additions and 0 deletions

View File

@ -1888,6 +1888,13 @@ Used for making fancy flowchart with dot.
:straight t
:hook ((graphviz-dot-mode . company-mode)))
#+end_src
*** ledger
#+begin_src emacs-lisp
(use-package ledger-mode
:straight t
:mode
(("\\.journal\\'" . ledger-mode)))
#+end_src
** testing
*** buttercup
:PROPERTIES: