Whitelist Mononoki and JetBrainsMono in fonts.el
What's the point of adding them if I'm not going to use them?
This commit is contained in:
parent
7a6ed72bf5
commit
3de091ba2b
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@
|
||||||
(cycle/from-list
|
(cycle/from-list
|
||||||
(list/concat
|
(list/concat
|
||||||
fonts/hacker-news-recommendations
|
fonts/hacker-news-recommendations
|
||||||
'("Monospace"
|
'("JetBrainsMono"
|
||||||
|
"Mononoki Medium"
|
||||||
|
"Monospace"
|
||||||
"Operator Mono Light"
|
"Operator Mono Light"
|
||||||
"Courier"
|
"Courier"
|
||||||
"Andale Mono"
|
"Andale Mono"
|
||||||
|
|
Loading…
Reference in a new issue