From 1a84025699fdd5f5931b574f5210eab431516abc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 15 Nov 2016 17:28:35 +0100 Subject: Add compilation mode config --- emacs/.emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/.emacs.d/init.org') 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. -- cgit v1.2.3-54-g00ecf