aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-prog.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-05-18 15:14:52 -0400
committerBardofSprites <[email protected]>2026-05-18 15:14:52 -0400
commit7a5792fd43c20f4badd920a91cf809590fce990b (patch)
tree16aeea335868a8db437452feff57da5d1d4e3b37 /bard-emacs-modules/bard-emacs-prog.el
parentb964afc38b15876c08f1f8cbf8d492fd416e4348 (diff)
fix org-lint finallyHEADmaster
Diffstat (limited to 'bard-emacs-modules/bard-emacs-prog.el')
-rw-r--r--bard-emacs-modules/bard-emacs-prog.el6
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