-
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
Provide a layer equivalent to pretty-fonts #11639
Comments
Indeed that would be nice 👍 |
@mdedetrich doom emacs do have a rather complete implementation, including mathematics notation symbols. I would have taken up the port but I'm new to this stuff. |
@georgreen The link you posted doesn't work, care to update it? |
done |
@georgreen I'm new to spacemacs/emacs (coming from vim). Is the link you posted above somethign that can be used to get FiraCode working with spacemacs? |
@ezmiller It'll probably be easier to follow the wiki instructions for FiraCode to enable ligatures. It's mostly copy and pasting a bunch of lisp into your user-config. As for this thread, I am in love with https://github.com/ekaschalk/.spacemacs.d/tree/master/layers/display @ekaschalk your stuff is awesome |
Is there any progress on this? I've been trying to get ligatures working and it just doesn't seem to want to play ball... I'm not of the opinion that adding a bunch of elisp should be required t oget this kind of thing working, in vs code it's just a checkbox... Maybe I am missing a package that makes this very easy? |
I started to use Spacemacs very little weeks ago, and I found super difficult to set up font ligatures from Fira Code in it. Not knowing how to set up .spacemacs correctly, I ended up choosing emacs-mac that with a one line of settings, enables ligatures immediately. |
Ligatures are coming to Emacs FYI. Harfbuzz is integrated on Emacs master and Eli says it is the final step to (true) ligature support. https://old.reddit.com/r/emacs/comments/byddvm/emacsdevel_harfbuzz_is_now_available_on_master/ |
My System Info 💻
(ivy gtags ibuffer auto-completion better-defaults
(shell :variables shell-default-height 30 shell-default-position 'bottom)
git ess pandoc spell-checking syntax-checking version-control pdf semantic typography finance erc
(ranger :variables ranger-show-preview t ranger-show-hidden t ranger-cleanup-eagerly t ranger-cleanup-on-disable t ranger-ignored-extensions
'("mkv" "flv" "iso" "mp4"))
shell-scripts emacs-lisp octave haskell go
(latex :variables latex-enable-folding t)
lua python scheme ruby javascript purescript vimscript
(org :variables org-enable-reveal-js-support t)
markdown html graphviz yaml csv)
|
This PR was merged: #13921 I think that is at least partly relevant. |
To anyone interested, it seem |
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! |
Is this really resolved? If so, we should just close it before the bot seals the issue. |
@hyiltiz |
|
It's long known and reported. |
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! |
As can be seen by https://github.com/tonsky/FiraCode/wiki/Emacs-instructions providing font-ligatures to emacs is far more complicated than what it should be.
I think it makes sense to provide a layer analogous to https://github.com/ekaschalk/.spacemacs.d/blob/master/layers/display/local/pretty-fonts/pretty-fonts.el so that people can easily configure font-ligatures, what do you guys think?
The text was updated successfully, but these errors were encountered: