Switched fonts from maple-mono to iosevka
This commit is contained in:
parent
0f7fe9d6d9
commit
42ad3ee3af
@ -150,7 +150,7 @@ Pretty self explanatory.
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(defun jm/set-font-faces ()
|
(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
|
#+end_src
|
||||||
|
|
||||||
Adding a fix for fonts when running Emacs as a daemon.
|
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)
|
(recents . 5)
|
||||||
(agenda . 5)))
|
(agenda . 5)))
|
||||||
:config
|
: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))
|
(dashboard-setup-startup-hook))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
@ -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-6 . 1.0)
|
||||||
(org-level-7 . 1.0)
|
(org-level-7 . 1.0)
|
||||||
(org-level-8 . 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
|
;; 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)
|
(set-face-attribute 'org-block nil :foreground nil :inherit 'fixed-pitch)
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
mu
|
mu
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
iosevka
|
maple-mono
|
||||||
|
|
||||||
# LSP Servers
|
# LSP Servers
|
||||||
nil
|
nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user