aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-26 00:32:49 -0800
committerGravatar Tom Willemse2019-02-26 00:32:49 -0800
commite33b9ab37be2f7af095889b6e1ec347f44ae2ab6 (patch)
treed0387811a4b4081b8fcd0a811050ce17bb0b1c56 /emacs/.emacs.d/init.el
parent40f0db3cc23d9e295bd060bd99e200e6000de51a (diff)
downloadnew-dotfiles-e33b9ab37be2f7af095889b6e1ec347f44ae2ab6.tar.gz
new-dotfiles-e33b9ab37be2f7af095889b6e1ec347f44ae2ab6.zip
Move C++ 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 a658d1e..3f7f322 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -164,7 +164,6 @@
;; (propertize (concat " " (char-to-string #xf233))
;; 'face '(:family "Font Awesome" :height 0.75))))
-(with-eval-after-load 'cc-mode (load "oni-cpp-init"))
(with-eval-after-load 'circe (load "oni-circe-init"))
(with-eval-after-load 'cmake-mode (load "oni-cmake-init"))
(with-eval-after-load 'compile (load "oni-compilation-init"))