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
Here is my original code:
(defun *org-clock () "Show org-clock info." (when (and (active) (org-clock-is-active) org-clock-idle-timer) ;; get [0:05] from `org-clock-get-clock-string' (propertize (concat (all-the-icons-material "timer") (propertize " " 'face 'variable-pitch) (format "%s" (org-minutes-to-clocksum-string (org-clock-get-clocked-time))) (propertize " " 'face 'variable-pitch)) 'face 'mode-line-data-face)) )
And I tried to insert icon directly with:
[M-x all-the-icons-insert RET timer]
It works fine, and ivy display it correctly.
Also I runned command "$ fc-cache -f"
fc-cache -f
When I check out variable all-the-icons/material-icons-alist, I found many icons display error, same to other all-the-icons fonts.
all-the-icons/material-icons-alist
I also tried to run command [M-x all-the-icons-install-fonts]. not work too.
[M-x all-the-icons-install-fonts]
The text was updated successfully, but these errors were encountered:
I've just updated the README. Can you diagnose the problem according to this troubleshooting guide? Let me know if you still can't solve the problem.
Sorry, something went wrong.
Also, checkout #106
Seems fixed by #106. Thanks.
No branches or pull requests
Here is my original code:
And I tried to insert icon directly with:
[M-x all-the-icons-insert RET timer]
It works fine, and ivy display it correctly.
Also I runned command "$
fc-cache -f
"When I check out variable
all-the-icons/material-icons-alist
, I found many iconsdisplay error, same to other all-the-icons fonts.
I also tried to run command
[M-x all-the-icons-install-fonts]
. not work too.The text was updated successfully, but these errors were encountered: