ENH remove ledger

This commit is contained in:
Nathan Dwarshuis 2022-12-11 13:01:56 -05:00
parent 73fda400e4
commit 08894d7161
1 changed files with 0 additions and 7 deletions

View File

@ -1607,13 +1607,6 @@ Used for making fancy flowchart with dot.
:straight t :straight t
:hook ((graphviz-dot-mode . company-mode))) :hook ((graphviz-dot-mode . company-mode)))
#+end_src #+end_src
*** ledger
#+begin_src emacs-lisp
(use-package ledger-mode
:straight t
:mode
(("\\.journal\\'" . ledger-mode)))
#+end_src
** testing ** testing
*** buttercup *** buttercup
Include this so I can have the docs and indentation specs handy when writing test suites Include this so I can have the docs and indentation specs handy when writing test suites