From 8c5f54709b1ed37bbed4f0a56086b1d0f1f95ae3 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 27 Jul 2025 14:39:14 +0200 Subject: [PATCH] Follow Org links via RET and hide markup Inspired by https://olddeuteronomy.github.io/post/emacs-org-config/, trying it out. --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 65a461b..968f340 100644 --- a/init.el +++ b/init.el @@ -773,6 +773,8 @@ split horizontally again, but this extra work should not matter much." org-bookmark-names-plist nil org-goto-interface 'outline-path-completion org-id-link-to-org-use-id t + org-return-follows-link t + org-hide-emphasis-markers t org-blank-before-new-entry '((heading . t) (plain-list-item . auto))