aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
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
parent40f0db3cc23d9e295bd060bd99e200e6000de51a (diff)
downloadnew-dotfiles-e33b9ab37be2f7af095889b6e1ec347f44ae2ab6.tar.gz
new-dotfiles-e33b9ab37be2f7af095889b6e1ec347f44ae2ab6.zip
Move C++ configuration to emacs-config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
-rw-r--r--emacs/.emacs.d/init/oni-cpp-init.el9
2 files changed, 0 insertions, 10 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"))
diff --git a/emacs/.emacs.d/init/oni-cpp-init.el b/emacs/.emacs.d/init/oni-cpp-init.el
deleted file mode 100644
index 74b81cf..0000000
--- a/emacs/.emacs.d/init/oni-cpp-init.el
+++ /dev/null
@@ -1,9 +0,0 @@
-(add-hook 'c++-mode-hook 'electric-pair-local-mode)
-
-(add-hook 'c++-mode-hook 'flycheck-mode)
-
-(add-hook 'c++-mode-hook 'company-mode)
-
-(add-hook 'c++-mode-hook 'fci-mode)
-
-(add-hook 'c++-mode-hook 'electric-indent-local-mode)