-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate icons column in spacemacs #16
Comments
What is the value of your emacs -q -L dirvish -L dirvish/extensions -L all-the-icons.el -l dirvish -l all-the-icons --eval "(progn (setq dirvish-attributes '(all-the-icons)) (dirvish))" |
dirvish-attributes: nil
Any ideas which user config could mess up the display as shown in initial post? |
If your |
Good point, treemacs is installed, but I did not find a way of testing without it yet. Will check back later. |
This should work. But a better solution would be inhibit loading (remove-hook 'dired-mode-hook 'treemacs-icons-dired-mode)
(remove-hook 'dired-after-readin-hook 'treemacs-icons-dired--display) |
Your workaround works, thanks! Might be good to have a Spacemacs compat section? I could come up with a draft for that. |
I agree with the proposal and thanks for your help :) |
Windows 10
Emacs 27.2.50
Spacemacs 011b1454e1dd9bbb1cad425572501ad7506e51bc
dirvish-20220316.720
Steps to reproduce:
After step 1:
After step 3:
After step 4:
The text was updated successfully, but these errors were encountered: