From 402fd19a4a8381ecddb48de7ea5b89c58ae26fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sat, 9 Feb 2019 23:31:02 +0100 Subject: [PATCH] add font Monoid --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2344bb0..ba2d25e 100644 --- a/init.el +++ b/init.el @@ -936,7 +936,7 @@ inserted between the braces between the braces." ;;; Easy switching between some fonts -(setq my-font-list '("Fantasque Sans Mono" "Go mono" "Inconsolata" "mononoki")) +(setq my-font-list '("Fantasque Sans Mono" "Go mono" "Inconsolata" "Monoid" "mononoki")) (defun my-set-frame-font (font-name size &optional frames) "Set font to one of the fonts from `my-font-list'