From 42ad3ee3af0ea2aeefd606853daca99bfd0627d1 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 10 Aug 2024 16:55:31 -0700 Subject: [PATCH] Switched fonts from maple-mono to iosevka --- dotfiles/.emacs.d/config.org | 4 ++-- dotfiles/.emacs.d/org.org | 2 +- home/emacs.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/.emacs.d/config.org b/dotfiles/.emacs.d/config.org index 5cdee48..e3469f6 100644 --- a/dotfiles/.emacs.d/config.org +++ b/dotfiles/.emacs.d/config.org @@ -150,7 +150,7 @@ Pretty self explanatory. #+begin_src emacs-lisp (defun jm/set-font-faces () - (set-face-attribute 'default nil :font "Iosevka" :height 140)) + (set-face-attribute 'default nil :font "Maple Mono" :height 140)) #+end_src Adding a fix for fonts when running Emacs as a daemon. @@ -445,7 +445,7 @@ The Emacs dashboard package provides a nice dashboard when first starting up ema (recents . 5) (agenda . 5))) :config - (set-face-attribute 'dashboard-items-face nil :font "Iosevka" :height 140) + (set-face-attribute 'dashboard-items-face nil :font "Maple Mono" :height 140) (dashboard-setup-startup-hook)) #+end_src diff --git a/dotfiles/.emacs.d/org.org b/dotfiles/.emacs.d/org.org index fc63651..6039462 100644 --- a/dotfiles/.emacs.d/org.org +++ b/dotfiles/.emacs.d/org.org @@ -86,7 +86,7 @@ Org-faces changes the font size of the headings to make them bigger in the org f (org-level-6 . 1.0) (org-level-7 . 1.0) (org-level-8 . 1.0))) - (set-face-attribute (car face) nil :font "Iosevka" :height (cdr face))) + (set-face-attribute (car face) nil :font "Maple Mono" :height (cdr face))) ;; Ensure that anything that should be fixed-pitch in Org files appears that way (set-face-attribute 'org-block nil :foreground nil :inherit 'fixed-pitch) diff --git a/home/emacs.nix b/home/emacs.nix index ef66fb0..66cf139 100644 --- a/home/emacs.nix +++ b/home/emacs.nix @@ -10,7 +10,7 @@ mu # Fonts - iosevka + maple-mono # LSP Servers nil