aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org11
1 files changed, 5 insertions, 6 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 2048928..45eb8a8 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -708,13 +708,12 @@ To start off, first I need to enable lexical binding.
(with-eval-after-load 'css-mode (load "oni-css-mode-init"))
#+END_SRC
-** Emacs lisp mode
+ - [[file:init/oni-emacs-lisp-mode.org][emacs-lisp-mode]] :: Emacs lisp is what powers all this Emacs
+ awesomeness.
- Enable paredit mode.
-
- #+BEGIN_SRC emacs-lisp
- (add-hook 'emacs-lisp-mode-hook 'paredit-mode)
- #+END_SRC
+ #+BEGIN_SRC emacs-lisp
+ (with-eval-after-load 'elisp-mode (load "oni-emacs-lisp-mode-init"))
+ #+END_SRC
** Scheme mode