[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 18e2b3821a: Move helm-configuration in right section
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 18e2b3821a: Move helm-configuration in right section |
Date: |
Sat, 23 Jul 2022 09:58:27 -0400 (EDT) |
branch: elpa/helm
commit 18e2b3821ad42eb5607040f77da68b83518aa6c4
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Move helm-configuration in right section
---
helm-core.el | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/helm-core.el b/helm-core.el
index 0ba271b9de..67be4243a8 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -190,13 +190,6 @@ window handling a buffer, it is this one we store.")
(defvar helm--tramp-archive-maybe-loaded nil)
(defvar helm--original-dedicated-windows-alist nil
"[INTERNAL] Store all dedicated windows with their dedicated state on
startup")
-
-;; Easy access to customize
-;;;###autoload
-(defun helm-configuration ()
- "Customize Helm."
- (interactive)
- (customize-group "helm"))
;;; Multi keys
;;
@@ -547,6 +540,13 @@ customize for immediate effect."
"Open Helm."
:prefix "helm-" :group 'convenience)
+;; Easy access to customize
+;;;###autoload
+(defun helm-configuration ()
+ "Customize Helm."
+ (interactive)
+ (customize-group "helm"))
+
(defcustom helm-completion-window-scroll-margin 5
"`scroll-margin' to use for Helm completion window.
Set to 0 to disable.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/helm 18e2b3821a: Move helm-configuration in right section,
ELPA Syncer <=