Remove unnecessary autoload

This commit is contained in:
Tom Willemse 2018-01-01 16:52:02 -08:00
parent a850175555
commit 3fd002b75a

View file

@ -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