summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-27 14:45:47 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-27 14:45:47 +0100
commit0ec1eeddf4454019b151c464d974fa4aa1a59245 (patch)
tree3439cf8523d56eb59480f07f14e79d4756ec42e9
parente2ebda7b089c03cfe9c46cc4a2dfb96f8355b35c (diff)
Set font to iosevka
-rw-r--r--init.el21
1 files changed, 14 insertions, 7 deletions
diff --git a/init.el b/init.el
index 15054d4..8437a24 100644
--- a/init.el
+++ b/init.el
@@ -41,7 +41,9 @@
(format-time-string "%z")))))
;; theme
-(load-theme 'deeper-blue t)
+;;(load-theme 'deeper-blue t)
+(load-theme 'gruber-darker t)
+
;; (set-background-color "black")
;; (set-foreground-color "white")
@@ -220,12 +222,17 @@ Restart works only on graphic display."
;; font
;; (cond
-;; ((string-equal (system-name) "archdesk")
-;; (when (member "Hack" (font-family-list))
-;; (add-to-list 'default-frame-alist '(font . "Hack-14"))))
-;; ((string-equal (system-name) "pop_os")
-;; (when (member "Hack" (font-family-list))
-;; (add-to-list 'default-frame-alist '(font . "Hack-10")))))
+ ;; ((string-equal (system-name) "schumann")
+ ;; (when (member "Iosevka Nerd Font" (font-family-list))
+ ;; (add-to-list 'default-frame-alist '(font . "Iosevka Nerd Font"))))
+ ;; ((string-equal (system-name) "pop_os")
+ ;; (when (member "Hack" (font-family-list))
+ ;; (add-to-list 'default-frame-alist '(font . "Hack-10"))))
+
+(set-face-attribute 'default nil
+ :family "Iosevka Nerd Font"
+ :height 140)
+
;; distraction free writing
;; from https://lucidmanager.org/productivity/ricing-org-mode/