diff options
author | Case Duckworth | 2021-05-02 14:15:10 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-02 14:15:10 -0500 |
commit | f5d4b71b78949772b7ad60538ce9d5b921788b3b (patch) | |
tree | 36a6c7c1479c4e3fbe6278b083c24cf16d487c5a | |
parent | Change the fringe face (diff) | |
download | emacs-f5d4b71b78949772b7ad60538ce9d5b921788b3b.tar.gz emacs-f5d4b71b78949772b7ad60538ce9d5b921788b3b.zip |
Add ledger-mode
-rw-r--r-- | init.el | 3 |
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 | ||