diff options
author | Thanos Apollo <[email protected]> | 2025-01-03 21:18:21 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-01-03 21:18:21 +0200 |
commit | 1c746d96f39a4f7131202f0d96179318ce3d2125 (patch) | |
tree | 88272cd7ca7727f836c3a9498e2f7e23258444c0 | |
parent | dd613d3ac59e192448ead06fe73d6420b3f0ef55 (diff) |
emacs: Update font configuration.
-rw-r--r-- | .config/emacs/init.el | 3 |
1 files changed, 1 insertions, 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) |