summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-07-27 10:37:21 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2024-07-27 10:37:21 +0100
commit373d9c521922fd2dabae5f2b0684f78c6321e36a (patch)
treecd24e229ebf1e0f0785cc61a273b870de8edc46f /emacs/init.el
parent4bd01a5bae0cdec21cb4df4d5505de391a6ba869 (diff)
emacs: Use nice fonts
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e246e6d..637e775 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -107,6 +107,15 @@
(defvar my/night-theme nil "Theme to use during the night.")
+(defvar my/fonts
+ '((:family "Iosevka Fixed Slab" :height 140)
+ (:family "Iosevka SS04" :height 140)
+ (:family "Iosevka" :height 140)
+ (:family "Menlo" :height 120))
+ "Fonts to try as default.")
+
+(add-hook 'after-init-hook #'my/set-frame-font)
+
;; “Window” Management