Add beancounter mode

This commit is contained in:
Kienan Stewart 2019-08-29 22:15:21 -04:00
parent 16d56a9bdc
commit aad859d431
1 changed files with 5 additions and 0 deletions

View File

@ -57,3 +57,8 @@
; Magit configuration.
(global-set-key (kbd "C-x g") 'magit-status)
; Beancounter
(add-to-list 'load-path "~/src/misc/beancount/elisp")
(require 'beancount nil 'noerror)
(add-to-list 'auto-mode-alist '("\\.beancount\\'" . beancount-mode))