From 90fac9da73f254af75379ee3e56a01bce49a83a5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 3 Jul 2015 18:21:57 +0200 Subject: Update magit --- tag-emacs/emacs.d/Cask | 2 -- tag-emacs/emacs.d/init.el | 8 +++----- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/Cask b/tag-emacs/emacs.d/Cask index beea0cf..02d9b3f 100644 --- a/tag-emacs/emacs.d/Cask +++ b/tag-emacs/emacs.d/Cask @@ -48,8 +48,6 @@ (depends-on "ggtags") (depends-on "gh") (depends-on "gist") -(depends-on "git-commit-mode") -(depends-on "git-rebase-mode") (depends-on "git-timemachine") (depends-on "go-eldoc") (depends-on "go-mode") diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f94e3e2..2d036bb 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1053,12 +1053,10 @@ mouse-1: Display Line and Column Mode Menu")))))) (add-hook 'magit-refresh-file-buffer-hook #'diff-hl-update))) (req-package magit - :diminish magit-auto-revert-mode :commands (magit-status) - :config (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p '(11942 5848 177))) - (setq magit-last-seen-setup-instructions "1.4.0" - magit-auto-revert-mode t - magit-completing-read-function #'magit-ido-completing-read)) + :config (progn (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p '(11942 5848 177)))) + (setq magit-last-seen-setup-instructions "1.4.0" + magit-completing-read-function #'magit-ido-completing-read)) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) ;;;; Spelling -- cgit 1.4.1