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.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