From 739f89bace4edad306b19f74919335715154858d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Jun 2015 10:43:14 +0200 Subject: Move magit settings to init.org --- emacs/.emacs.d/init.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 293881a..829644e 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -1165,10 +1165,6 @@ from myaethon2.core.decorators import ( (stante-after jit-lock (setq jit-lock-defer-time 0.2)) -(stante-after magit - (setq magit-repo-dirs '("~/projects/")) - (setq magit-diff-refine-hunk 'all)) - (stante-after message (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq message-sendmail-extra-arguments '("-a" "ryuslash"))) @@ -1525,8 +1521,6 @@ from myaethon2.core.decorators import ( (load (system-name) :noerror) -(setq magit-last-seen-setup-instructions "1.4.0") - ;;; Test ;; (defun my-special-buffer-predicate (buffer) -- cgit v1.2.3-54-g00ecf