Henrik Lissner 2023-09-10 20:22:12 +02:00
parent d8e16db605
commit c1b0326ce7
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 8 additions and 16 deletions

View file

@ -3,14 +3,6 @@
(use-package! beancount
:mode ("\\.beancount\\'" . beancount-mode)
:hook (beancount-mode . outline-minor-mode)
:init
;; REVIEW Remove once domtronn/all-the-icons.el#272 is merged
(after! all-the-icons
(add-to-list 'all-the-icons-icon-alist
'("\\.beancount\\'" all-the-icons-material "attach_money" :face all-the-icons-lblue))
(add-to-list 'all-the-icons-mode-icon-alist
'(beancount-mode all-the-icons-material "attach_money" :face all-the-icons-lblue)))
:config
(setq beancount-electric-currency t)