diff options
Diffstat (limited to 'lisp/init-flycheck.el')
-rw-r--r-- | lisp/init-flycheck.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-flycheck.el b/lisp/init-flycheck.el index d7a7ac5..6619782 100644 --- a/lisp/init-flycheck.el +++ b/lisp/init-flycheck.el @@ -1,4 +1,4 @@ -(require-package 'flycheck) +(use-package flycheck) ;; Enable for only languages ;;(add-hook 'emacs-lisp-mode-hook 'flycheck-mode) |