tweak(docs): disable save-place when in documentation
Jumping to a saved position is more jarring than useful in documentation. Especially for beginners.
This commit is contained in:
parent
4661ea89f2
commit
6bba5f8c03
1 changed files with 2 additions and 1 deletions
|
@ -306,7 +306,8 @@ Keeps track of its own IDs in `doom-docs-dir' and toggles `doom-docs-mode' when
|
|||
org-link-abbrev-alist-local (append org-link-abbrev-alist-local doom-docs-link-alist)
|
||||
org-babel-default-header-args
|
||||
(append '((:eval . "no") (:tangle . "no"))
|
||||
org-babel-default-header-args))
|
||||
org-babel-default-header-args)
|
||||
save-place-ignore-files-regexp ".")
|
||||
(unless org-inhibit-startup
|
||||
(doom/reload-docs)
|
||||
(unless (local-variable-p 'org-startup-with-inline-images)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue