summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-08 18:19:57 +0300
committerThanos Apollo <[email protected]>2024-10-08 18:19:57 +0300
commit8e843f7ac40065fb2b4bbb312abf2bea1c7cde48 (patch)
treebd2d4cdbd95821ae136451a2b8fa1bb7e559ae8f /.config/emacs/init.el
parentf34aacf537c80ddcbcbaad81daed8501b79e3317 (diff)
emacs: Add custom font for Greek.
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 0d0594b..6a4bab7 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -49,6 +49,8 @@
'(variable-pitch ((t (:inherit t :height 140 :family "Iosevka Aile"))))
'(org-modern-symbol ((t (:inherit t :family "Iosevka Aile")))))
+(set-fontset-font t 'greek (font-spec :family "Iosevka Aile" :size 20))
+
;; Autoinsert
(auto-insert-mode 1)