diff options
Diffstat (limited to 'bard-emacs-modules/bard-emacs-prog.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-prog.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bard-emacs-modules/bard-emacs-prog.el b/bard-emacs-modules/bard-emacs-prog.el index 20e8951..925935e 100644 --- a/bard-emacs-modules/bard-emacs-prog.el +++ b/bard-emacs-modules/bard-emacs-prog.el @@ -61,9 +61,9 @@ (use-package flycheck :ensure t - :config - (setq flycheck-disabled-checkers '(org-lint)) - (global-flycheck-mode t)) + :init (global-flycheck-mode 1) + :custom + (flycheck-disabled-checkers '(org-lint))) ;; Version control |
