aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-01-01 16:52:02 -0800
committerGravatar Tom Willemse2018-01-01 16:52:02 -0800
commit3fd002b75a89d636b8a4c8e85ba1cc3c51e7d4a5 (patch)
treef96af34ad805eeb11f45f53b0a62498a3b049c43 /emacs
parenta8501755558988b401128f643863aaf049c4472a (diff)
downloadnew-dotfiles-3fd002b75a89d636b8a4c8e85ba1cc3c51e7d4a5.tar.gz
new-dotfiles-3fd002b75a89d636b8a4c8e85ba1cc3c51e7d4a5.zip
Remove unnecessary autoload
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index eec029a..92fd80c 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1218,13 +1218,6 @@ Computing Environment".
(with-eval-after-load 'ediff (load "oni-ediff-init"))
#+END_SRC
- - [[file:init/oni-gnus-init.org][Gnus]] :: Gnus is one of the most extensible Email programs on the
- planet.
-
- #+BEGIN_SRC emacs-lisp
- (with-eval-after-load 'gnus (load "oni-gnus-init"))
- #+END_SRC
-
- [[file:init/oni-eshell-init.org][Eshell]] :: The best shell on the planet.
#+BEGIN_SRC emacs-lisp