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
|
||||
:config
|
||||
(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)))
|
||||
|
||||
;; icons for Ivy
|
||||
|
|
Loading…
Reference in a new issue