about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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