[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 4ac14d9031 2/4: Merge pull request #2603 from taquang
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 4ac14d9031 2/4: Merge pull request #2603 from taquangtrung/master |
Date: |
Sun, 28 May 2023 13:01:45 -0400 (EDT) |
branch: elpa/helm
commit 4ac14d9031dcb0d56d1d0abc111059a3b5a1725b
Merge: ad5a61d42d 804adb991f
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: GitHub <noreply@github.com>
Merge pull request #2603 from taquangtrung/master
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)))