Move CMake configuration to emacs-config

This commit is contained in:
Tom Willemse 2019-02-26 01:05:07 -08:00
parent bc070944eb
commit 2ddcd487e0
2 changed files with 0 additions and 6 deletions

View file

@ -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"))

View file

@ -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)