aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 99d6491..43cd3c5 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -310,6 +310,10 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(add-hook 'c-mode-hook 'electric-indent-local-mode)
+(add-hook 'c-mode-hook 'flycheck-mode)
+
+(add-hook 'c-mode-hook 'fci-mode)
+
(add-hook 'lisp-mode-hook 'paredit-mode)
(add-hook 'lisp-mode-hook 'rainbow-delimiters-mode)