-
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
emoji layer company-emoji font support #3864
Conversation
Font support for company-emoji on Linux or on Mac OS X and using the Cocoa version of Emacs. See https://github.com/dunn/company-emoji/blob/master/README.md
(progn | ||
(setq company-emoji-insert-unicode nil) | ||
;; From https://github.com/dunn/company-emoji/README.md for Linux, or on Mac OS X and using the Cocoa version of Emacs | ||
(defun --set-emoji-font (frame) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's only useful in gui, wouldn't adding a guard when display-graphic-p
in the function avoid it setting unnecessarily?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasn't there a more useful function than display-graphic-p? so that this also works when spawned in daemon mode? @travisbhartwell
@codefalling why did you close this? |
it is very common for pull requests to take awhile to be merged... |
@robbyoconnor This pr got a strange |
@codefalling it might have been a git checkout taking too long to return...we don't have tests for layers currently and your change wouldn't impact Travis CI |
Go to the build details and look at the output -- most of the time it's not anyone's fault -- Travis CI sometimes just gives up |
There is a happy accident that closing and reopening pr would force Travis CI to rebuild 😄 |
Yes, closing/re-opening a pull request triggers a Travis CI build. |
[codetriage] status of this? |
Thank you ! 👍 |
Font support for company-emoji on Linux or on Mac OS X and using the Cocoa version of Emacs.
See https://github.com/dunn/company-emoji/blob/master/README.md