ENH remove ledger
This commit is contained in:
parent
73fda400e4
commit
08894d7161
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue