Move CMake configuration to emacs-config
This commit is contained in:
parent
bc070944eb
commit
2ddcd487e0
2 changed files with 0 additions and 6 deletions
|
@ -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"))
|
||||
|
|
|
@ -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)
|
Loading…
Reference in a new issue