From c3601eaf2fad5bf0f011eda66b319cc87d5de97c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 18 Jan 2022 10:30:02 -0600 Subject: Modify org-file-apps after loading org --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index e03e28f..7ec390f 100644 --- a/init.el +++ b/init.el @@ -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 "" #'+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 -- cgit 1.4.1-21-gabe81