From 1d5a0da1178494c00794d39e13f2eaa07f69cea4 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 6 Aug 2019 08:48:36 -0400 Subject: [PATCH] Let's try IBM Plex Mono one more time #emacs #kitty --- emacs/.config/doom/config.el | 4 ++-- emacs/.config/doom/init.el | 14 -------------- kitty/.config/kitty/kitty.conf | 3 +-- 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index c0d72f5..f5c9544 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -13,8 +13,8 @@ (setq doom-theme 'doom-one) ;; Fonts -(setq doom-font (font-spec :family "Iosevka" :size 16)) -(setq doom-big-font (font-spec :family "Iosevka" :size 23)) +(setq doom-font (font-spec :family "IBM Plex Mono" :size 12)) +(setq doom-big-font (font-spec :family "IBM Plex Mono" :size 22)) ;; Host-specific config diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index f8d97b4..3f03d4c 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -167,17 +167,3 @@ ;; provides a Spacemacs-inspired keybinding scheme and a smartparens ;; config. Use it as a reference for your own modules. (default +bindings +smartparens)) -(custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(custom-safe-themes - (quote - ("ff829b1ac22bbb7cee5274391bc5c9b3ddb478e0ca0b94d97e23e8ae1a3f0c3e" "fa477d10f10aa808a2d8165a4f7e6cee1ab7f902b6853fbee911a9e27cf346bc" "030346c2470ddfdaca479610c56a9c2aa3e93d5de3a9696f335fd46417d8d3e4" "886fe9a7e4f5194f1c9b1438955a9776ff849f9e2f2bbb4fa7ed8879cdca0631" "7d4340a89c1f576d1b5dec57635ab93cdc006524bda486b66d01a6f70cffb08e" "ab9456aaeab81ba46a815c00930345ada223e1e7c7ab839659b382b52437b9ea" default)))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - ) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index c8d1d28..0ee9ecb 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -6,8 +6,7 @@ #: individual font faces and even specify special fonts for particular #: characters. -font_family Terminus -#font_family Ubuntu Mono +font_family IBM Plex Mono # bold_font auto # italic_font auto # bold_italic_font auto