Skip to content

Commit

Permalink
tweak(treemacs): smaller font size for root nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 24, 2024
1 parent 99ea57d commit d35f55c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
:custom
(treemacs-persist-file (concat minemacs-local-dir "treemacs/persist.el"))
(treemacs-last-error-persist-file (concat minemacs-local-dir "treemacs/last-error-persist.el"))
(treemacs-width 30))
(treemacs-width 30)
:config
;; Use the same height for the root node (project directory)
(set-face-attribute 'treemacs-root-face nil :height 1.0))

(use-package treemacs-nerd-icons
:straight t
Expand Down

0 comments on commit d35f55c

Please sign in to comment.