emacs - org-mode link press return to open the link
[dotfiles.git] / emacs.d / config.org
index c71f248..b91cb71 100644 (file)
@@ -735,7 +735,9 @@ Always indents header, and hide header leading starts so that no need type =#+ST
     (add-to-list 'org-modules 'org-habit)
     (setq org-habit-graph-column 50)
     (setq org-hide-emphasis-markers t)
-    (setq org-html-validation-link nil))
+    (setq org-html-validation-link nil)
+    ;; open link when return clicked
+    (setq org-return-follows-link t))
 #+END_SRC