Make custom Org location query function available in main init file

This commit is contained in:
Daniel Borchmann 2025-08-17 15:42:47 +02:00
parent 9f55facdb6
commit e6b2f9eefb
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -727,7 +727,8 @@ split horizontally again, but this extra work should not matter much."
db/org-bookmark-store-link db/org-bookmark-store-link
db/org-bookmark-export db/org-bookmark-export
db/org-lint-invalid-bookmark-link db/org-lint-invalid-bookmark-link
db/org-lint-possible-bookmark-link)) db/org-lint-possible-bookmark-link
db/org-get-location))
;; This is to make the byte-compiler happy about setting some variables later on ;; This is to make the byte-compiler happy about setting some variables later on
;; that are defined in those packages. ;; that are defined in those packages.