diff --git a/init.el b/init.el index f942806..63b433a 100644 --- a/init.el +++ b/init.el @@ -6,7 +6,7 @@ ;;(use-package flycheck ;; :ensure t ;; :init (global-flycheck-mode)) -;;(add-hook 'after-init-hook #'global-flycheck-mode) +(add-hook 'after-init-hook #'global-flycheck-mode) ;; Generic Emacs stuff (add-to-list 'load-path "~/.emacs.d/modes/")