Skip to content

Commit

Permalink
Merge pull request rougier#65 from apc/master
Browse files Browse the repository at this point in the history
Set `org-return-follows-link` to `t`
  • Loading branch information
rougier committed May 3, 2021
2 parents 344a535 + e15562e commit ba30539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nano-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
;; gnu.org/software/emacs/manual/html_node/emacs/Completion-Styles.html
(setq completion-styles '(basic substring))

;; Use RET to open org-mode links, including those in quick-help.org
(setq org-return-follows-link t)

;; Mouse active in terminal
(unless (display-graphic-p)
(xterm-mouse-mode 1)
Expand Down

0 comments on commit ba30539

Please sign in to comment.