Add autoload cookie to iosevka autoloads
This commit is contained in:
parent
2e15387999
commit
8ee2e327a0
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
;;; ui/pretty-code/autoload/iosevka.el -*- lexical-binding: t; -*-
|
;;; ui/pretty-code/autoload/iosevka.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defvar +pretty-code--iosevka-font-names
|
(defvar +pretty-code--iosevka-font-names
|
||||||
'(
|
'(
|
||||||
"iosevka-custom-lightoblique.ttf"
|
"iosevka-custom-lightoblique.ttf"
|
||||||
|
@ -24,6 +25,7 @@
|
||||||
"iosevka-custom-boldoblique.ttf"
|
"iosevka-custom-boldoblique.ttf"
|
||||||
"iosevka-custom-regular.ttf"))
|
"iosevka-custom-regular.ttf"))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun +pretty-code/install-iosevka-font (&optional pfx)
|
(defun +pretty-code/install-iosevka-font (&optional pfx)
|
||||||
"Helper function to download and install Iosevka font based on OS.
|
"Helper function to download and install Iosevka font based on OS.
|
||||||
When PFX is non-nil, ignore the prompt and just install"
|
When PFX is non-nil, ignore the prompt and just install"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue