summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
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 54c934a..719b9c1 100644
--- a/init.org
+++ b/init.org
@@ -430,11 +430,9 @@ Org mode is an excellent environment for literate programming through Babel. He
All of this should be loaded lazily.
#+BEGIN_SRC elisp :noweb-ref org-mode-lazy
-(provide 'my/init-org)
(with-eval-after-load "org"
<<org-mode>>
)
-(require 'org)
#+END_SRC
* Editing files on remote systems
@@ -947,7 +945,6 @@ This is even more stuff to be done after initialising packages. I still need to
(setq tab-width 4)
(load "email.el")
-(require 'my/init-org)
(require 'my/init-completion)
(setq gnus-select-method '(nntp "news.gmane.org"))
(load "init-eshell.el")