From 689323aed58def2c7f26625c9a113fe8db9b1700 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:03:36 -0400 Subject: fix problem with org-id slow --- config.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index e84fd0f..0199331 100644 --- a/config.org +++ b/config.org @@ -1306,6 +1306,7 @@ For a long time I really struggled with Emacs tab completion. It still only kind org-goto-max-level '2) (setq org-id-track-globally 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 @@ -1589,6 +1590,7 @@ For a long time I really struggled with Emacs tab completion. It still only kind (use-package flycheck :ensure t :config + (setq flycheck-disabled-checkers '(org-lint)) (global-flycheck-mode t)) #+end_src -- cgit v1.2.3