summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-flycheck.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-flycheck.el')
-rw-r--r--.emacs.d/lisp/init-flycheck.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-flycheck.el b/.emacs.d/lisp/init-flycheck.el
index d124711..8a7f546 100644
--- a/.emacs.d/lisp/init-flycheck.el
+++ b/.emacs.d/lisp/init-flycheck.el
@@ -4,7 +4,7 @@
;;; Code:
-(package-install 'flycheck)
+(require-package 'flycheck)
(global-flycheck-mode)
(setq flycheck-check-syntax-automatically '(mode-enabled save))