Merge branch 'master' of gitea.burntworld.ca:kienan/emacs-config
This commit is contained in:
commit
557283e01e
|
@ -2,3 +2,4 @@ auto-save-list
|
||||||
.cask/
|
.cask/
|
||||||
*.elc
|
*.elc
|
||||||
elpa/
|
elpa/
|
||||||
|
games/
|
||||||
|
|
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