We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My goal is to package openmoji in my distro.
I downloaded openmoji and set emojify-emojis-dir to ~/src/openmoji/color and emojify-emoji-set to 72x72.
emojify-emojis-dir
~/src/openmoji/color
emojify-emoji-set
72x72
I did a test and emacs tries to load the png:
[pid 22993] faccessat(AT_FDCWD, "/home/bbigras/src/openmoji/color/72x72", F_OK) = 0 [pid 22993] faccessat(AT_FDCWD, "/home/bbigras/src/openmoji/color/72x72/1f373.png", F_OK) = -1 ENOENT (No such file or directory)
The problem is that the filename is all in uppercase: 1F373.png.
1F373.png
Could emacs-emojify be non-case-sensitive?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My goal is to package openmoji in my distro.
I downloaded openmoji and set
emojify-emojis-dir
to~/src/openmoji/color
andemojify-emoji-set
to72x72
.I did a test and emacs tries to load the png:
The problem is that the filename is all in uppercase:
1F373.png
.Could emacs-emojify be non-case-sensitive?
The text was updated successfully, but these errors were encountered: