Enable flycheck and fill-column-indicator in sh-mode
This commit is contained in:
parent
3948ca3b76
commit
51b7d8e47f
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
||||||
|
|
||||||
(add-hook 'sh-mode-hook 'electric-pair-local-mode)
|
(add-hook 'sh-mode-hook 'electric-pair-local-mode)
|
||||||
(add-hook 'sh-mode-hook 'electric-indent-local-mode)
|
(add-hook 'sh-mode-hook 'electric-indent-local-mode)
|
||||||
|
(add-hook 'sh-mode-hook 'flycheck-mode)
|
||||||
|
(add-hook 'sh-mode-hook 'fci-mode)
|
||||||
|
|
||||||
(provide 'oni-sh-mode-init)
|
(provide 'oni-sh-mode-init)
|
||||||
;;; oni-sh-mode-init.el ends here
|
;;; oni-sh-mode-init.el ends here
|
||||||
|
|
Loading…
Reference in a new issue