Move C++ configuration to emacs-config

This commit is contained in:
Tom Willemse 2019-02-26 00:32:49 -08:00
parent 40f0db3cc2
commit e33b9ab37b
2 changed files with 0 additions and 10 deletions

View file

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

View file

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