From 08894d716135c538f160cb1506c104799685abff Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 11 Dec 2022 13:01:56 -0500 Subject: [PATCH] ENH remove ledger --- etc/conf.org | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 7fb4972..8d5f647 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1607,13 +1607,6 @@ 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 Include this so I can have the docs and indentation specs handy when writing test suites