From 2457625b5afe393dceca3db6214174418702dc66 Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 11 Apr 2023 09:01:33 -0400 Subject: Beginning of a grand adventure into improving startup time --- lisp/org-custom.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/org-custom.el') diff --git a/lisp/org-custom.el b/lisp/org-custom.el index ea826bd..7666ecb 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -77,6 +77,8 @@ ("DONE" . "dark green")) ) +(setq org-return-follows-link t) + (add-hook 'org-mode-hook 'org-custom-hook) (use-package org-alert -- cgit v1.2.1