commit c3eed53851ef1eea15ffe9f94683b38638a8939b
parent 8b8e1cbaf08d1160e7506308d18d6f1de667bd74
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sat, 7 May 2022 16:44:17 +0200
tools/emacs: set org-link-file-path-type to relative
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el
@@ -136,7 +136,8 @@
org-cycle-separator-lines 1
org-adapt-indentation nil
org-hide-leading-stars t
- org-hide-emphasis-markers nil)
+ org-hide-emphasis-markers nil
+ org-link-file-path-type 'relative)
(setcar (nthcdr 4 org-emphasis-regexp-components) 10)
:hook (org-mode . vde/org-mode-hook))