summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-04-11 09:01:33 -0400
committermattkae <mattkae@protonmail.com>2023-04-11 09:01:33 -0400
commit2457625b5afe393dceca3db6214174418702dc66 (patch)
tree365cf85b470b1a8fbfb889a4b0ee1cec75eed236 /lisp/org-custom.el
parentc2c1cd810d7bae8c6aa1da76b9cef73301ff631d (diff)
Beginning of a grand adventure into improving startup time
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el2
1 files changed, 2 insertions, 0 deletions
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