aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2019-10-07 18:00:26 +0200
committerThomas Schneider <qsx@chaotikum.eu>2019-10-07 18:00:26 +0200
commitc222262c867fa2a07f08a7bae062316bf75a0695 (patch)
treefeadbce925286446a3e12df40f5fcac1ef5acd48 /dot.emacs.d
parentcb92d0b9e3dd3108847d99e98cfe464b5c8af876 (diff)
Emacs: Remove flycheck
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 7b90f53..cd764f9 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -170,9 +170,6 @@
:bind (:map message-mode-map
("C-c TAB" . vdirel-helm-select-email)))
-(use-package flycheck
- :init (global-flycheck-mode))
-
(use-package apache-mode)
(use-package meson-mode)