From 1c746d96f39a4f7131202f0d96179318ce3d2125 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 3 Jan 2025 21:18:21 +0200 Subject: emacs: Update font configuration. --- .config/emacs/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 87fcde8..af4b0b7 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -45,8 +45,7 @@ (custom-set-faces (if is-hermes '(default ((t (:inherit nil :height 130 :family "Fira Mono")))) '(default ((t (:inherit nil :height 160 :family "Fira Mono"))))) - '(org-modern-symbol ((t (:inherit t :family "Iosevka Aile")))) - '(variable-pitch ((t (:inherit t :family "Fira Mono" :height 130))))) + '(org-modern-symbol ((t (:inherit t :family "Iosevka Aile"))))) ;; Autoinsert (auto-insert-mode 1) -- cgit v1.2.3