feat(wpcarro/emacs): Improve startup time
- Defensively install all-the-icons.ttf on OSX Change-Id: I36409d01316ef30bb4e7dbe29827470a53198374 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7433 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
1ea97c288e
commit
4eca521e48
1 changed files with 2 additions and 1 deletions
|
|
@ -115,7 +115,8 @@
|
||||||
(use-package all-the-icons
|
(use-package all-the-icons
|
||||||
:config
|
:config
|
||||||
(unless (or constants-ci?
|
(unless (or constants-ci?
|
||||||
(f-exists? "~/.local/share/fonts/all-the-icons.ttf"))
|
(f-exists? "~/.local/share/fonts/all-the-icons.ttf")
|
||||||
|
(f-exists? "~/Library/Fonts/all-the-icons.ttf"))
|
||||||
(all-the-icons-install-fonts t)))
|
(all-the-icons-install-fonts t)))
|
||||||
|
|
||||||
;; icons for Ivy
|
;; icons for Ivy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue