From 74994554fe50518e50056dbcff7d0d8f3fbba7e2 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 11 Nov 2016 17:05:27 +0800 Subject: [PATCH] emacs - org-mode link press return to open the link --- emacs.d/config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index c71f248..b91cb71 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -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 -- 2.11.0