summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")