Add ledger-mode

This commit is contained in:
Case Duckworth 2021-05-02 14:15:10 -05:00
parent 938f82f6ac
commit f5d4b71b78
1 changed files with 3 additions and 0 deletions

View File

@ -792,6 +792,9 @@ if ripgrep is installed, otherwise `consult-grep'."
"<help> o" helpful-symbol
"C-c C-d" helpful-at-point))
(setup (:straight ledger-mode)
(:needs "ledger"))
(setup (:straight lua-mode)
(:file-match "\\.lua\\'"))