diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2019-10-07 18:00:26 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2019-10-07 18:00:26 +0200 |
| commit | c222262c867fa2a07f08a7bae062316bf75a0695 (patch) | |
| tree | feadbce925286446a3e12df40f5fcac1ef5acd48 /dot.emacs.d/init.el | |
| parent | cb92d0b9e3dd3108847d99e98cfe464b5c8af876 (diff) | |
Emacs: Remove flycheck
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
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) |
