Modify org-file-apps after loading org

This commit is contained in:
Case Duckworth 2022-01-18 10:30:02 -06:00
parent 4236a39dfb
commit c3601eaf2f
1 changed files with 2 additions and 2 deletions

View File

@ -490,8 +490,6 @@
"|" "DONE(d!)")
(sequence "|" "CANCELED(k!)")
(sequence "MEETING(m)")))
(setf (alist-get "\\.x?html?\\'" org-file-apps nil nil #'equal)
#'+org-open-html)
(:bind "RET" #'+org-return-dwim
"<S-return>" #'+org-table-copy-down
"C-c C-l" #'+org-insert-link-dwim
@ -505,6 +503,8 @@
;; (let ((browse-url-browser-function browse-url-secondary-browser-function))
;; (apply fn r)))
(with-eval-after-load 'org
(setf (alist-get "\\.x?html?\\'" org-file-apps nil nil #'equal)
#'+org-open-html)
(org-clock-persistence-insinuate)
(org-link-set-parameters "tel" :follow #'+org-tel-open))
;; Extra keywords