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