branch: elpa/helm
commit f235af5cd882e1fb131a6d6470c4dc53b23d2d84
Author: Ta Quang Trung <[email protected]>
Commit: Ta Quang Trung <[email protected]>
revert missing icons
---
helm-imenu.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/helm-imenu.el b/helm-imenu.el
index 08b532f46b..9d0cba3136 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -345,12 +345,12 @@ string."
("Functions" (all-the-icons-faicon "cube" :face
font-lock-function-name-face))
;; ("Misc" . "symbol-misc.svg")
;; ("Miscs" . "symbol-misc.svg")
- ("Module" (all-the-icons-faicon "brackets-curly" :face
font-lock-type-face))
- ("Modules" (all-the-icons-faicon "brackets-curly" :face
font-lock-type-face))
+ ;; ("Module" . "symbol-namespace.svg")
+ ;; ("Modules" . "symbol-namespace.svg")
;; ("Numeric" . "symbol-numeric.svg")
;; ("Numerics" . "symbol-numeric.svg")
- ("Object" (all-the-icons-faicon "brackets-curly" :face
font-lock-type-face))
- ("Objects" (all-the-icons-faicon "brackets-curly" :face
font-lock-type-face))
+ ;; ("Object" . "symbol-namespace.svg")
+ ;; ("Objects" . "symbol-namespace.svg")
;; ("Operator" . "symbol-operator.svg")
;; ("Operators" . "symbol-operator.svg")
;; ("Property" . "symbol-property.svg")