[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 602c128a7d 2/2: Fix dups in helm-imenu
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 602c128a7d 2/2: Fix dups in helm-imenu |
Date: |
Thu, 18 Jul 2024 16:00:11 -0400 (EDT) |
branch: elpa/helm
commit 602c128a7da42d66329a611b7b8a94853bf08ce8
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Fix dups in helm-imenu
---
helm-imenu.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/helm-imenu.el b/helm-imenu.el
index b8f91632ba..0ff45bbdf4 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -117,11 +117,11 @@ Don't use `setq' to set this."
(defcustom helm-imenu-icon-type-alist
'(("Array" . (all-the-icons-material "crop" :face
font-lock-builtin-face))
- ("Array" . (all-the-icons-material "crop" :face
font-lock-builtin-face))
+ ("Arrays" . (all-the-icons-material "crop" :face
font-lock-builtin-face))
("Boolean" . (all-the-icons-material "crop" :face
font-lock-builtin-face))
- ("Boolean" . (all-the-icons-material "crop" :face
font-lock-builtin-face))
- ("Class" . (all-the-icons-octicon "package" :face
font-lock-type-face))
+ ("Booleans" . (all-the-icons-material "crop" :face
font-lock-builtin-face))
("Class" . (all-the-icons-octicon "package" :face
font-lock-type-face))
+ ("Classes" . (all-the-icons-octicon "package" :face
font-lock-type-face))
("Color" . (all-the-icons-material "color_lens" :face
font-lock-builtin-face))
("Colors" . (all-the-icons-material "color_lens" :face
font-lock-builtin-face))
("Constant" . (all-the-icons-material "crop" :face
font-lock-builtin-face))
@@ -157,7 +157,7 @@ Don't use `setq' to set this."
("Module" . (all-the-icons-faicon "angle-double-right" :face
font-lock-builtin-face))
("Modules" . (all-the-icons-faicon "angle-double-right" :face
font-lock-builtin-face))
("Numeric" . (all-the-icons-material "crop" :face
font-lock-builtin-face))
- ("Numeric" . (all-the-icons-material "crop" :face
font-lock-builtin-face))
+ ("Numerics" . (all-the-icons-material "crop" :face
font-lock-builtin-face))
("Object" . (all-the-icons-faicon "angle-double-right" :face
font-lock-builtin-face))
("Objects" . (all-the-icons-faicon "angle-double-right" :face
font-lock-builtin-face))
("Operator" . (all-the-icons-faicon "calculator" :face
font-lock-builtin-face))
@@ -167,7 +167,7 @@ Don't use `setq' to set this."
("Reference" . (all-the-icons-octicon "book" :face
font-lock-variable-name-face))
("References" . (all-the-icons-octicon "book" :face
font-lock-variable-name-face))
("Snippet" . (all-the-icons-material "border_style" :face
font-lock-variable-name-face))
- ("Snippet" . (all-the-icons-material "border_style" :face
font-lock-variable-name-face))
+ ("Snippets" . (all-the-icons-material "border_style" :face
font-lock-variable-name-face))
("String" . (all-the-icons-material "text_fields" :face
font-lock-variable-name-face))
("Strings" . (all-the-icons-material "text_fields" :face
font-lock-variable-name-face))
("Struct" . (all-the-icons-faicon "cog" :face
font-lock-type-face))