mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -29,6 +29,9 @@ This msut be advised *before* beancount-mode loads, because
|
||||
|
||||
:config
|
||||
(when (featurep! +lsp)
|
||||
(after! lsp-mode
|
||||
;; TODO PR this upstream
|
||||
(add-to-list 'lsp-language-id-configuration '(beancount-mode . "beancount")))
|
||||
(add-hook 'beancount-mode-local-vars-hook #'lsp!))
|
||||
|
||||
(setq beancount-electric-currency t)
|
||||
|
Reference in New Issue
Block a user