Move C++ configuration to emacs-config
This commit is contained in:
parent
40f0db3cc2
commit
e33b9ab37b
2 changed files with 0 additions and 10 deletions
|
@ -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"))
|
||||
|
|
|
@ -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)
|
Loading…
Reference in a new issue