git.fiddlerwoaroof.com
Browse code

emacs: misc changes

Ed Langley authored on 27/07/2019 22:30:25
Showing 1 changed files
... ...
@@ -719,7 +719,7 @@ With a prefix ARG invalidates the cache first."
719 719
    (message "Loading ansi term...")
720 720
    (evil-set-initial-state 'term-mode 'emacs))
721 721
 
722
- (advice-add 'ansi-term :after 'ansi-term-post)
722
+ (advice-add 'ansi-term :after 'ansi-term-post))
723 723
 
724 724
 (use-package org-brain :ensure t
725 725
   :init
... ...
@@ -737,3 +737,5 @@ With a prefix ARG invalidates the cache first."
737 737
         org-id-locations-file "~/.emacs.d/.org-id-locations"
738 738
         org-brain-visualize-default-choices 'all
739 739
         org-brain-title-max-length 12))
740
+
741
+(setq diary-file (expand-file-name "~/bucket/diary"))