GithubHelp home page GithubHelp logo

Comments (11)

hlissner avatar hlissner commented on September 28, 2024

They are disabled by default and can be enabled with (setq doom-neotree-enable-file-icons t)

from themes.

nlamirault avatar nlamirault commented on September 28, 2024

Thanks ! It works. But some icons are very BIG :(
any idea ?

http://www.hostingpics.net/viewer.php?id=91749320160915121256268x798scrot.png

from themes.

hlissner avatar hlissner commented on September 28, 2024

Whoa! That is bizarre. I can't reproduce the problem. Could your show me your neotree + doom configuration? Or, if you have your emacs.d on github, a link to the repo?

from themes.

kwrooijen avatar kwrooijen commented on September 28, 2024

I seem to be having the same issue.
https://s17.postimg.io/7yquh6767/Screenshot_from_2016_09_15_14_24_10.png

Running Linux, Emacs 25.1.1, and Spacemacs.

(afaik) these are all the spacemacs neotree configs https://github.com/syl20bnr/spacemacs/blob/9f9faa404e3dec3e08cc73cf7b5a0439fc309800/layers/%2Bdistribution/spacemacs/packages.el#L1478-L1489

However I've tried playing around with these values, only to end up with the same result. Maybe it's an Emacs version issue?

from themes.

hlissner avatar hlissner commented on September 28, 2024

If it isn't too much trouble, could either or both of you try this in a fundamental-mode buffer (you can use M-x eval-expression):

(insert (all-the-icons-icon-for-file "test.py"))
(insert 
  (propertize (all-the-icons-icon-for-file "test.py")
              'face `(:height 1 :family ,(all-the-icons-icon-family-for-file "test.py"))))

(Change the file name to match the type of file you get large icons for, e.g. @nlamirault seems to have it for python and html files)

Please take a screenshot of the result.

from themes.

kwrooijen avatar kwrooijen commented on September 28, 2024

Here you go
https://s9.postimg.io/jzuzm0dbz/Screenshot_from_2016_09_15_15_03_15.png

Going to try to downgrade to Emacs 24 and see if that makes a difference

from themes.

hlissner avatar hlissner commented on September 28, 2024

It shouldn't, I am using Emacs 25.1.1 too and do not see the issue. I'm on a mac, however.

If you're sure that you have installed its fonts, this looks like it may be an all-the-icons bug. I'll see what I can find out.

from themes.

nlamirault avatar nlamirault commented on September 28, 2024

Same behavior, a big icon, in Emacs 24.5 and 25. with :

(insert (all-the-icons-icon-for-file "test.py"))
(insert 
  (propertize (all-the-icons-icon-for-file "test.py")
              'face `(:height 1 :family ,(all-the-icons-icon-family-for-file "test.py"))))

from themes.

kwrooijen avatar kwrooijen commented on September 28, 2024

I guess it's safe to say it's a bug on all-the-icons side, I'll open a ticket and refer this one.

from themes.

kwrooijen avatar kwrooijen commented on September 28, 2024

Seems to be an issue with a specific icon set.
domtronn/all-the-icons.el#6

So I'd say that this issue can be closed. Thanks for the help!

from themes.

hlissner avatar hlissner commented on September 28, 2024

Good to know! And no problem!

from themes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.