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.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index c375d7d..6a3ba45 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -721,6 +721,12 @@ To start off, first I need to enable lexical binding.
(with-eval-after-load 'scheme (load "oni-scheme-init"))
#+END_SRC
+ - [[file:init/oni-compilation-init.org][compilation-mode]]
+
+ #+BEGIN_SRC emacs-lisp
+ (with-eval-after-load 'compilation (load "oni-compilation-init"))
+ #+END_SRC
+
** Inferior Emacs lisp mode (ielm)
Enable paredit mode.