From 28337ccf7e6422f03b72d8267ceea5c9af967c0f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 8 Jan 2020 09:00:51 -0500 Subject: [PATCH] Update email address and add beancount to #emacs --- emacs/.config/doom/config.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index f3e2f50..c7b5ab3 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -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))