We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ea57d commit d35f55cCopy full SHA for d35f55c
modules/me-files.el
@@ -49,7 +49,10 @@
49
:custom
50
(treemacs-persist-file (concat minemacs-local-dir "treemacs/persist.el"))
51
(treemacs-last-error-persist-file (concat minemacs-local-dir "treemacs/last-error-persist.el"))
52
- (treemacs-width 30))
+ (treemacs-width 30)
53
+ :config
54
+ ;; Use the same height for the root node (project directory)
55
+ (set-face-attribute 'treemacs-root-face nil :height 1.0))
56
57
(use-package treemacs-nerd-icons
58
:straight t
0 commit comments