Apply prefix arg to all-the-icons-install-fonts
This prevents the prompt, which blocks my CI build.
This commit is contained in:
parent
b5de71f1f9
commit
7f4e23e431
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
||||||
(use-package all-the-icons
|
(use-package all-the-icons
|
||||||
:config
|
:config
|
||||||
(unless (f-exists? "~/.local/share/fonts/all-the-icons.ttf")
|
(unless (f-exists? "~/.local/share/fonts/all-the-icons.ttf")
|
||||||
(all-the-icons-install-fonts)))
|
(all-the-icons-install-fonts t)))
|
||||||
|
|
||||||
;; icons for Ivy
|
;; icons for Ivy
|
||||||
(use-package all-the-icons-ivy
|
(use-package all-the-icons-ivy
|
||||||
|
|
Loading…
Reference in a new issue