Alexander-Miller / treemacs

GNU General Public License v3.0
2.12k stars 155 forks source link

no icon for the first file or directory #961

Closed yitang closed 1 year ago

yitang commented 2 years ago

as shown below:

image

I'm using

(use-package treemacs-icons-dired :hook (dired-mode . treemacs-icons-dired-enable-once) :ensure t)

the version is v2.9.5 (installed 2022.02.10) @ Emacs 29.0.50

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity.

Alexander-Miller commented 2 years ago

What does your dired config look like? My guess is that you have some kind of filter that removes lines that treemacs usually skips.

Alexander-Miller commented 2 years ago

I've pushed a patch to use a hopefully better method to detect which lines to skip. Try again with the latest version.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity.