mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
12 lines
257 B
EmacsLisp
12 lines
257 B
EmacsLisp
;; (straight-use-package
|
|
;; '(beancount
|
|
;; :host github
|
|
;; :repo "beancount/beancount-mode"
|
|
;; :files ("*.el")))
|
|
|
|
(use-package beancount
|
|
:mode (("\\.beancount\\'" . beancount-mode)
|
|
("\\.bean\\'" . beancount-mode)))
|
|
|
|
|
|
(provide 'init-beancount)
|