Emacs: install and configure flycheck
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -715,6 +715,9 @@ (global-semantic-highlight-func-mode t) (global-semantic-show-unmatched-syntax-mode t) (global-semantic-decoration-mode t))) +(use-package flycheck + :init (global-flycheck-mode)) + ;;;; Projects (use-package projectile