From e46a5f3e4c54feff3da016dadcebfe1f0fb05547 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 14 Oct 2020 18:44:24 +0200 Subject: [PATCH] [Emacs] Remove helm-icons --- org/config/emacs.org | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 89deaf7..e36ed0c 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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 isn’t 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. Let’s enable it. - #+BEGIN_SRC emacs-lisp - (helm-icons-enable) - #+END_SRC - *** Prettified symbols :PROPERTIES: :CUSTOM_ID: User_Configuration-Miscellaneous-Prettified_symbols-da50f4a6