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 934f3db..b3b6396 100644 --- a/init.el +++ b/init.el
@@ -801,6 +801,9 @@ if ripgrep is installed, otherwise `consult-grep'."
801 "<help> o" helpful-symbol 801 "<help> o" helpful-symbol
802 "C-c C-d" helpful-at-point)) 802 "C-c C-d" helpful-at-point))
803 803
804(setup (:straight ledger-mode)
805 (:needs "ledger"))
806
804(setup (:straight lua-mode) 807(setup (:straight lua-mode)
805 (:file-match "\\.lua\\'")) 808 (:file-match "\\.lua\\'"))
806 809