summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-17 17:12:34 -0600
committerCase Duckworth2022-01-17 17:12:34 -0600
commit309a34cea5a22d082fce87a1ecea378c41b17ff5 (patch)
tree6f09c3921dff7af029d04686f4127f0ce1c653f4 /init.el
parentSo! Many! Changes!! (diff)
downloademacs-309a34cea5a22d082fce87a1ecea378c41b17ff5.tar.gz
emacs-309a34cea5a22d082fce87a1ecea378c41b17ff5.zip
Open local HTML files with `browse-url'
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 4eb8cdd..4438393 100644 --- a/init.el +++ b/init.el
@@ -490,6 +490,8 @@
490 "|" "DONE(d!)") 490 "|" "DONE(d!)")
491 (sequence "|" "CANCELED(k!)") 491 (sequence "|" "CANCELED(k!)")
492 (sequence "MEETING(m)"))) 492 (sequence "MEETING(m)")))
493 (setf (alist-get "\\.x?html?\\'" org-file-apps nil nil #'equal)
494 #'+org-open-html)
493 (:bind "RET" #'+org-return-dwim 495 (:bind "RET" #'+org-return-dwim
494 "<S-return>" #'+org-table-copy-down 496 "<S-return>" #'+org-table-copy-down
495 "C-c C-l" #'+org-insert-link-dwim 497 "C-c C-l" #'+org-insert-link-dwim