Update email address and add beancount to #emacs

This commit is contained in:
Colin Powell
2020-01-08 09:00:51 -05:00
parent fdd0edac28
commit 28337ccf7e

View File

@ -8,7 +8,7 @@
(add-to-list 'default-frame-alist '(inhibit-double-buffering . t))
(setq user-full-name "Colin Powell"
user-mail-address "colin@onec.me")
user-mail-address "colin@timberwyckfarm.com")
;;
@ -147,3 +147,7 @@
("Europe/London" "London")
("Europe/Warsaw" "Warsaw")
("Europe/Kiev" "Lviv")))
(load! "beancount")
(require 'beancount)
(add-to-list 'auto-mode-alist '("\\.beancount\\'" . beancount-mode))