diff options
| author | Steve Lee <me@xiangyangli.com> | 2019-05-12 23:30:23 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2019-05-12 23:30:23 +0800 |
| commit | da038cefee35b34398f175f862f8a8014460e972 (patch) | |
| tree | 89a620d0df9f85a546668916004262265ce18cbf /.emacs.d/lisp/init-flycheck.el~ | |
| parent | 8fccba38e0d669dc1b30882b110c155ee84f63ca (diff) | |
| download | dotfiles-da038cefee35b34398f175f862f8a8014460e972.tar.xz dotfiles-da038cefee35b34398f175f862f8a8014460e972.zip | |
ignore tmp file
Diffstat (limited to '.emacs.d/lisp/init-flycheck.el~')
| -rw-r--r-- | .emacs.d/lisp/init-flycheck.el~ | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.emacs.d/lisp/init-flycheck.el~ b/.emacs.d/lisp/init-flycheck.el~ deleted file mode 100644 index d124711..0000000 --- a/.emacs.d/lisp/init-flycheck.el~ +++ /dev/null @@ -1,13 +0,0 @@ -;;; flycheck --- All flycheck configuration - -;;; Commentary: - -;;; Code: - -(package-install 'flycheck) - -(global-flycheck-mode) -(setq flycheck-check-syntax-automatically '(mode-enabled save)) - -(provide 'init-flycheck) -;;; init-flycheck ends here |
