Add beancounter mode
This commit is contained in:
parent
16d56a9bdc
commit
aad859d431
5
init.el
5
init.el
|
@ -57,3 +57,8 @@
|
||||||
; Magit configuration.
|
; Magit configuration.
|
||||||
(global-set-key (kbd "C-x g") 'magit-status)
|
(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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue