about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-02 14:15:10 -0500
committerCase Duckworth2021-05-02 14:15:10 -0500
commitf5d4b71b78949772b7ad60538ce9d5b921788b3b (patch)
tree36a6c7c1479c4e3fbe6278b083c24cf16d487c5a /init.el
parentChange the fringe face (diff)
downloademacs-f5d4b71b78949772b7ad60538ce9d5b921788b3b.tar.gz
emacs-f5d4b71b78949772b7ad60538ce9d5b921788b3b.zip
Add ledger-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index d6e8fc8..61fbdc4 100644 --- a/init.el +++ b/init.el
@@ -792,6 +792,9 @@ if ripgrep is installed, otherwise `consult-grep'."
792 "<help> o" helpful-symbol 792 "<help> o" helpful-symbol
793 "C-c C-d" helpful-at-point)) 793 "C-c C-d" helpful-at-point))
794 794
795(setup (:straight ledger-mode)
796 (:needs "ledger"))
797
795(setup (:straight lua-mode) 798(setup (:straight lua-mode)
796 (:file-match "\\.lua\\'")) 799 (:file-match "\\.lua\\'"))
797 800