all repos — nixfiles @ 86f656ea85b7e1e94c9a82ec1da669f5fad8ba65

System and user configuration, managed by nix and home-manager

Emacs: install and configure flycheck

Alan Pearce
commit

86f656ea85b7e1e94c9a82ec1da669f5fad8ba65

parent

57ea988a47ecb93fed90dd15a938d29255639af2

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M tag-emacs/emacs.d/init.eltag-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