From 808179661bf70558750f6a7e2699cdf5011b59b2 Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 4 Dec 2016 21:51:42 +0100 Subject: Load magit when needed. --- init.org | 3 --- 1 file changed, 3 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index edfc152..54c934a 100644 --- a/init.org +++ b/init.org @@ -525,11 +525,9 @@ The default prompt face makes it hard to see the prompt. #+END_SRC #+BEGIN_SRC elisp :noweb-ref magit-lazy -(provide 'my/init-magit) (with-eval-after-load "magit" <> ) -(require 'magit) (global-set-key (kbd "C-c m") 'magit-status) #+END_SRC @@ -952,7 +950,6 @@ This is even more stuff to be done after initialising packages. I still need to (require 'my/init-org) (require 'my/init-completion) (setq gnus-select-method '(nntp "news.gmane.org")) -(require 'my/init-magit) (load "init-eshell.el") (load "init-smex.el") (load "init-modeline.el") -- cgit v1.2.3