summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-flycheck.el
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2019-05-13 00:12:32 +0800
committerSteve Lee <me@xiangyangli.com>2019-05-13 00:12:32 +0800
commite49e90668a6e24046329461bb598d180cee18a00 (patch)
treebaf5710e6731833da3ba252e501b76053a9126af /.emacs.d/lisp/init-flycheck.el
parent2bb475c91d90e6258a0c279713251d7dbf35b3cd (diff)
downloaddotfiles-e49e90668a6e24046329461bb598d180cee18a00.tar.xz
dotfiles-e49e90668a6e24046329461bb598d180cee18a00.zip
update emacs.d
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))