From 5bbc79033d7fe0a18d73933183e3160a4d962eca Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Thu, 8 Jun 2023 11:44:54 +0200 Subject: [PATCH] Switches to treemacs-nerd-icons --- .emacs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.emacs b/.emacs index a5eb82b..d4730ed 100644 --- a/.emacs +++ b/.emacs @@ -240,11 +240,12 @@ (use-package treemacs-projectile) -(use-package treemacs-devicons - :straight (treemacs-devicons - :type git :host github :repo "rainstormstudio/treemacs-devicons") +(use-package nerd-icons ) + +(use-package treemacs-nerd-icons :config - (treemacs-load-theme "devicons")) + (treemacs-load-theme "nerd-icons")) + (use-package lsp-treemacs :after lsp-mode )