Update email address and add beancount to #emacs
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user