Enable flycheck and fill-column-indicator in C
This commit is contained in:
parent
517824b97f
commit
91efacc116
1 changed files with 4 additions and 0 deletions
|
@ -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 '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 'paredit-mode)
|
||||||
|
|
||||||
(add-hook 'lisp-mode-hook 'rainbow-delimiters-mode)
|
(add-hook 'lisp-mode-hook 'rainbow-delimiters-mode)
|
||||||
|
|
Loading…
Reference in a new issue