summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/init.el3
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)