summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
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")