summaryrefslogtreecommitdiff
path: root/helm-lib.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-02-05 10:28:22 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-02-05 10:38:22 +0100
commit40cb0b43882491415028c55f28816de19aa3591a (patch)
treeb231992dc5deb1457254ecfed70bc7e3cd87bfe0 /helm-lib.el
parentf40d2616856b3d70f592a376c9be667d028aeb41 (diff)
Add a link in help and allow following it.
* helm-lib.el (helm-help-event-loop): Bind C-m to org-open-at-point. * helm.el (helm-help-message): Add link to FAQ, fix helm-map links.
Diffstat (limited to 'helm-lib.el')
-rw-r--r--helm-lib.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-lib.el b/helm-lib.el
index e44a9af7..2923c02b 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -312,6 +312,7 @@ text to be displayed in BUFNAME."
(?\M-< (call-interactively #'beginning-of-buffer))
(?\C- (helm-help-toggle-mark))
(?\t (org-cycle))
+ (?\C-m (ignore-errors (call-interactively #'org-open-at-point)))
(?\M-\t (org-cycle (if (setq show-all (not show-all))
'(64) '(16))))
(?\M-w (copy-region-as-kill