emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 546768cf21 1/2: Add helm-outline to global bindings


From: ELPA Syncer
Subject: [nongnu] elpa/helm 546768cf21 1/2: Add helm-outline to global bindings
Date: Tue, 13 Aug 2024 04:01:04 -0400 (EDT)

branch: elpa/helm
commit 546768cf21a4ce66e6912ac4898660da47acbe60
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Add helm-outline to global bindings
---
 helm-global-bindings.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-global-bindings.el b/helm-global-bindings.el
index aef7ef01b2..824f2ca069 100644
--- a/helm-global-bindings.el
+++ b/helm-global-bindings.el
@@ -55,6 +55,7 @@ Using `setq' to modify this variable will have no effect."
     (define-key map (kbd "r")         'helm-regexp)
     (define-key map (kbd "m")         'helm-man-woman)
     (define-key map (kbd "t")         'helm-top)
+    (define-key map (kbd "o")         'helm-outline)
     (define-key map (kbd "/")         'helm-find)
     (define-key map (kbd "i")         'helm-imenu)
     (define-key map (kbd "I")         'helm-imenu-in-all-buffers)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]