aboutsummaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 2 insertions, 0 deletions
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