aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-26 01:05:07 -0800
committerGravatar Tom Willemse2019-02-26 01:05:07 -0800
commit2ddcd487e0e83b5e40a9f0f2c243975b74029e16 (patch)
treec17f6d81df88244c420ddd912ba6f6e75aa68d0f /emacs
parentbc070944eb2114fddcb08142be687209b6acba42 (diff)
downloadnew-dotfiles-2ddcd487e0e83b5e40a9f0f2c243975b74029e16.tar.gz
new-dotfiles-2ddcd487e0e83b5e40a9f0f2c243975b74029e16.zip
Move CMake configuration to emacs-config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
-rw-r--r--emacs/.emacs.d/init/oni-cmake-init.el5
2 files changed, 0 insertions, 6 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 7b00e80..4f11472 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 'cmake-mode (load "oni-cmake-init"))
(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"))
diff --git a/emacs/.emacs.d/init/oni-cmake-init.el b/emacs/.emacs.d/init/oni-cmake-init.el
deleted file mode 100644
index b66da19..0000000
--- a/emacs/.emacs.d/init/oni-cmake-init.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(add-hook 'cmake-mode-hook 'cmake-font-lock-activate)
-
-(add-hook 'cmake-mode-hook 'company-mode)
-
-(add-hook 'cmake-mode-hook 'electric-pair-local-mode)