diff options
| author | BardofSprites <[email protected]> | 2026-04-23 00:03:36 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-23 00:03:36 -0400 |
| commit | 689323aed58def2c7f26625c9a113fe8db9b1700 (patch) | |
| tree | febb20d700fc7dcbe7941064e15f417763d923c2 | |
| parent | 98147dfdad4f1543b90ef14dc66ce56f4ff92ab8 (diff) | |
fix problem with org-id slow
| -rw-r--r-- | config.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
