From 2062eee8054691d0fcb3ebe70bc448bb73b6afd4 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Fri, 9 Feb 2024 15:04:42 -0600 Subject: Add all the icons treemacs theme --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index c84171b..79df44e 100644 --- a/init.el +++ b/init.el @@ -177,8 +177,11 @@ (require 'yasnippet) (yas-global-mode 1) -;;; Neotree configuration +;;; Treemacs configuration (global-set-key [f8] 'treemacs) +(require 'treemacs-all-the-icons) +(treemacs-load-theme "all-the-icons") + ;;; PlantUML mode configuration (setq plantuml-jar-path "/home/luis/Programas/plantuml-1.2023.13.jar") -- cgit v1.2.3