diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-03-26 01:18:11 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-03-26 01:18:11 +0100 |
| commit | c246923e1287d6e185b50e2cfa03f92999ebedb4 (patch) | |
| tree | c3391f8a52c28eb4e0c29c42786aacef8bd02d78 /dot.emacs.d | |
| parent | ac6f8a566576d9c00e29d66a0d5bef14ebd66ebe (diff) | |
Emacs: Add flycheck
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 474b435..da13a27 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -54,6 +54,9 @@ (use-package ace-window :bind ("M-o" . ace-window)) +(use-package flycheck + :init (global-flycheck-mode)) + (use-package yaml-mode :mode "\\.yml\\'") |
