From bc529f0a3400dd0e116f66af3f5549a49c1cc5cb Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 28 Aug 2015 13:24:34 -0700 Subject: [PATCH] dumb tweak --- dotfiles/emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index fa4c36e1..ca0082bc 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -612,10 +612,10 @@ The current directory is assumed to be the project's root otherwise." (use-package magit :commands magit-status :bind (("C-x g" . magit-status)) - :init - (defvar-setq magit-last-seen-setup-instructions "1.4.0") :config (progn + (defvar-setq magit-last-seen-setup-instructions "1.4.0") + (setq magit-revert-buffers t) (use-package magit-filenotify ;; Seems like OSX does not support filenotify. :disabled t @@ -770,7 +770,7 @@ The current directory is assumed to be the project's root otherwise." '(quote (("Effort_ALL" . "0:15 0:30 0:45 1:00 2:00 3:00 4:00 5:00 6:00 0:00") ("STYLE_ALL" . "habit")))) (setq org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM") - (setq helm-org-headings-fontify t) + (defvar-setq helm-org-headings-fontify t) (when nil ;; Enable appointment notifications.