-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Mode-icons addition #5632
Comments
Seems a nice addition if it looks nice with resizing etc... otherwise it may be considered a user setting and be used with |
I just tried it, and it scales well. Or perhaps do you mean else with it? And I'm wondering why you would consider it as an user setting? It seems to me it's a nice feature. Why not consider Magit as an user setting? Or Helm? Or Spacemacs, because Spacemacs is all about custom user settings after all. |
Because we don't create layers just to wrap a package, there is the |
it's very nice and sexy but mode-icons sadly breaks helm alignement for me |
@ragloo Screenshot and reproduction steps would help :-) |
We can disable it in helm buffers I guess. |
How would you disable it for Helm then? I tried it but I couldn't figure it out. |
@ragloo @ReneFroger BTW, I add a icon for |
@codefalling but.... I was wondering if I could disable it for Helm/Ido buffers, not for also disabling for mode line? |
Really? Everything works well in my spacemacs. |
Could you provide the same working configuration with I don't use Spacemacs, so it seems another parts of code is conflicting with yours, which will 'cause' your code to working. |
Any update on this? |
@ReneFroger Sorry for late reply With (package-initialize)
(require 'mode-icons)
(require 'helm)
(setq mode-icons-change-mode-name nil)
(mode-icons-mode) |
bump. Is there some progress on whether we would like this? there is also now this https://github.com/domtronn/all-the-icons.el :) |
Wow, @CestDiego That package looks super nice. |
@ReneFroger I made mode-icons work in the mode-line but not the helm buffers by adding |
This looks lovely! Has this been added to dev or master yet? I'm slightly on the new side to Emacs et al and can't seem to find this package in Spacemacs layers list. |
@chriskaukis In your ;; mode-icons
(spacemacs|do-after-display-system-init
(mode-icons-mode)) |
@StreakyCobra Is there a way to do it with all-the-icons? I'm not getting it right |
The author of |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Check the repo mode-icons for Emacs.
I think it's benefical for Spacemacs. It makes more distinct what the major mode is. What do you think?
The text was updated successfully, but these errors were encountered: