aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-26 01:16:04 -0800
committerGravatar Tom Willemse2019-02-26 01:16:04 -0800
commitd0ded59e4906d47a136608a4f70970327421c0a4 (patch)
tree715324af125a07a4e84211bcd1db0f23d9569a20 /emacs/.emacs.d/init.el
parent2ddcd487e0e83b5e40a9f0f2c243975b74029e16 (diff)
downloadnew-dotfiles-d0ded59e4906d47a136608a4f70970327421c0a4.tar.gz
new-dotfiles-d0ded59e4906d47a136608a4f70970327421c0a4.zip
Move Compile mode configuration to emacs-config
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 4f11472..983c1d5 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -162,7 +162,6 @@
;; (propertize (concat " " (char-to-string #xf233))
;; 'face '(:family "Font Awesome" :height 0.75))))
-(with-eval-after-load 'compile (load "oni-compilation-init"))
(with-eval-after-load 'dired (load "oni-dired-init"))
(with-eval-after-load 'ediff (load "oni-ediff-init"))
(with-eval-after-load 'elec-pair (load "oni-elec-pair-init"))