summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-12-04 21:51:42 +0100
committerrekado <rekado@elephly.net>2016-12-04 21:51:42 +0100
commit808179661bf70558750f6a7e2699cdf5011b59b2 (patch)
treee102431ad9d0be96e71379aa0c2a4d08728207fe /init.org
parent18c36d0f22ded2c01e392b96eac413280e30f25f (diff)
Load magit when needed.
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 0 insertions, 3 deletions
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"
<<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")