Browse Source

Update email address and add beancount to #emacs

Colin Powell 5 years ago
parent
commit
28337ccf7e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      emacs/.config/doom/config.el

+ 5 - 1
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))