[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 804adb991f 1/4: show all blocks if necessary when go
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 804adb991f 1/4: show all blocks if necessary when go to char |
Date: |
Sun, 28 May 2023 13:01:45 -0400 (EDT) |
branch: elpa/helm
commit 804adb991f44b2fe24b187ea1e562ae38e5a257b
Author: Ta Quang Trung <taquangtrungvn@gmail.com>
Commit: Ta Quang Trung <taquangtrungvn@gmail.com>
show all blocks if necessary when go to char
---
helm-utils.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helm-utils.el b/helm-utils.el
index 772a53bf3d..6e4fee7535 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -1,6 +1,6 @@
;;; helm-utils.el --- Utilities Functions for helm. -*- lexical-binding: t -*-
-;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto
+;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -506,7 +506,7 @@ Default is `helm-current-buffer'."
#'outline-show-subtree)
((and (boundp 'hs-minor-mode)
hs-minor-mode)
- #'hs-show-block)
+ #'hs-show-all)
((and (boundp 'markdown-mode-map)
(derived-mode-p 'markdown-mode))
#'markdown-show-entry)))