Fix formatting
This commit is contained in:
parent
2077a859d8
commit
91f3d677d7
3 changed files with 3 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
;;; ui/pretty-code/autoload/fira.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +pretty-code--fira-font-names
|
||||
'(
|
||||
"FiraCode-Bold.ttf"
|
||||
'("FiraCode-Bold.ttf"
|
||||
"FiraCode-Light.ttf"
|
||||
"FiraCode-Medium.ttf"
|
||||
"FiraCode-Regular.ttf"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
;;; ui/pretty-code/autoload/hasklig.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +pretty-code--hasklig-font-names
|
||||
'(
|
||||
"Hasklig-Black.otf"
|
||||
'("Hasklig-Black.otf"
|
||||
"Hasklig-BlackIt.otf"
|
||||
"Hasklig-Bold.otf"
|
||||
"Hasklig-BoldIt.otf"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
;;; ui/pretty-code/autoload/iosevka.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +pretty-code--iosevka-font-names
|
||||
'(
|
||||
"iosevka-custom-lightoblique.ttf"
|
||||
'("iosevka-custom-lightoblique.ttf"
|
||||
"iosevka-custom-thinoblique.ttf"
|
||||
"iosevka-custom-mediumitalic.ttf"
|
||||
"iosevka-custom-light.ttf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue