summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-09 15:04:42 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-09 15:04:42 -0600
commit2062eee8054691d0fcb3ebe70bc448bb73b6afd4 (patch)
tree564b44048bc18384eaf684f1de1c52af86ccc719
parent4cb9ecbabbc70afa1056c8fd3b1907d5fe78e66e (diff)
Add all the icons treemacs theme
-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")