From: Peng Li Date: Fri, 11 Nov 2016 09:05:27 +0000 (+0800) Subject: emacs - org-mode link press return to open the link X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=74994554fe50518e50056dbcff7d0d8f3fbba7e2;p=dotfiles.git emacs - org-mode link press return to open the link --- 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