[Emacs] Remove helm-icons
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2020-10-14 18:44:24 +02:00
parent 2b913fa2a7
commit e46a5f3e4c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 11 deletions

View File

@ -97,7 +97,6 @@
| doom-themes | some cool themes |
| edit-indirect | edit region in separate buffer |
| elcord | rich integration of Emacs in Discord |
| helm-icons | integration between helm and treemacs icons |
| kaolin-themes | some cool themes |
| lsp-dart | apparently, it isnt included in the Dart layer |
| magit-gitflow | integrate gitflow in Magit |
@ -3325,16 +3324,6 @@
(spacemacs/toggle-mode-line-battery-on)
#+END_SRC
*** Helm icons
:PROPERTIES:
:CUSTOM_ID: User_Configuration-Visual_configuration-Helm_icons-6475fb5f
:END:
With the package ~helm-icons~, it is possible to bring ~all-the-icons~ to
helm when going through files and buffers. Lets enable it.
#+BEGIN_SRC emacs-lisp
(helm-icons-enable)
#+END_SRC
*** Prettified symbols
:PROPERTIES:
:CUSTOM_ID: User_Configuration-Miscellaneous-Prettified_symbols-da50f4a6