reformat my-font-list to avoid scrollbar on the webpage
This commit is contained in:
parent
53fead83ac
commit
0dabb9ace2
5
init.el
5
init.el
@ -962,8 +962,9 @@ inserted between the braces between the braces."
|
|||||||
|
|
||||||
;;; ### Easy switching between some fonts ###
|
;;; ### Easy switching between some fonts ###
|
||||||
|
|
||||||
(setq my-font-list '("Fantasque Sans Mono" "Fira Code Light" "Go mono" "IBM 3270"
|
(setq my-font-list
|
||||||
"Inconsolata" "Iosevka Light" "Monofur" "Monoid" "mononoki"))
|
'("Fantasque Sans Mono" "Fira Code Light" "Go mono" "IBM 3270"
|
||||||
|
"Inconsolata" "Iosevka Light" "Monofur" "Monoid" "mononoki"))
|
||||||
|
|
||||||
(defun my-set-frame-font (font-name size &optional frames)
|
(defun my-set-frame-font (font-name size &optional frames)
|
||||||
"Set font to one of the fonts from `my-font-list'
|
"Set font to one of the fonts from `my-font-list'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user