From 33cf53f9696f7f8ae93ed645df9519c838af7b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 22 Sep 2020 21:40:48 +0200 Subject: [PATCH] add note on cmake-ide with meson and change list of fonts --- init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 54ac492..480967b 100644 --- a/init.el +++ b/init.el @@ -781,6 +781,9 @@ inserted between the braces between the braces." :init (setq meson-indent-basic 4)) +;;; To use `cmake-ide` with Meson build system +;;; [see](https://github.com/atilaneves/cmake-ide/#non-cmake-projects). + ;;; ### Vala ### @@ -1001,8 +1004,8 @@ inserted between the braces between the braces." ;;; ### Easy switching between some fonts ### -(setq my-font-list '("Fantasque Sans Mono" "Go mono" "IBM 3270" - "Inconsolata" "Iosevka" "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'