From 7a5792fd43c20f4badd920a91cf809590fce990b Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 18 May 2026 15:14:52 -0400 Subject: fix org-lint finally --- config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index b8c4967..aaebaf9 100644 --- a/config.org +++ b/config.org @@ -1313,8 +1313,8 @@ For a long time I really struggled with Emacs tab completion. It still only kind org-outline-path-complete-in-steps nil org-goto-max-level '2) (setq org-id-track-globally nil) + (setq org-id-search-archives nil) (setq org-special-ctrl-a/e t) - (setq org-id-track-globally nil) (setq safe-local-variable-values '((org-refile-targets (nil :maxlevel . 3))))) #+end_src @@ -1611,9 +1611,9 @@ For a long time I really struggled with Emacs tab completion. It still only kind #+begin_src emacs-lisp :tangle bard-emacs-modules/bard-emacs-prog.el :mkdirp yes (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))) #+end_src *** Version control -- cgit v1.2.3