diff options
| author | Steve Lee <me@xiangyangli.com> | 2019-05-13 00:27:52 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2019-05-13 00:27:52 +0800 |
| commit | fce861a15669b403935709bfc2d8226587a74ca1 (patch) | |
| tree | 2293ded8ed63bb3b0cccd0db29d44e65b0a9c1cc /.emacs.d/lisp/init-flycheck.el | |
| parent | 12548c64d926a29d25c9046af4bf7da9d6dc18b4 (diff) | |
| parent | e49e90668a6e24046329461bb598d180cee18a00 (diff) | |
| download | dotfiles-fce861a15669b403935709bfc2d8226587a74ca1.tar.xz dotfiles-fce861a15669b403935709bfc2d8226587a74ca1.zip | |
Merge branch 'master' of ssh://vs-ssh.visualstudio.com:22/42/_ssh/dotfiles
Diffstat (limited to '.emacs.d/lisp/init-flycheck.el')
| -rw-r--r-- | .emacs.d/lisp/init-flycheck.el | 2 |
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)) |
