From 0dabb9ace2ea8437c5a1350e8fc5b27816ae1955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sun, 1 Nov 2020 21:22:24 +0100 Subject: [PATCH] reformat my-font-list to avoid scrollbar on the webpage --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 02f9bac..b97177d 100644 --- a/init.el +++ b/init.el @@ -962,8 +962,9 @@ inserted between the braces between the braces." ;;; ### Easy switching between some fonts ### -(setq my-font-list '("Fantasque Sans Mono" "Fira Code Light" "Go mono" "IBM 3270" - "Inconsolata" "Iosevka Light" "Monofur" "Monoid" "mononoki")) +(setq my-font-list + '("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) "Set font to one of the fonts from `my-font-list'