Minor edits.

This commit is contained in:
Derek Taylor
2020-12-16 21:18:19 -06:00
parent 1aa6138866
commit 4df1816db5
4 changed files with 26 additions and 12 deletions

View File

@@ -133,9 +133,9 @@
:desc "Search web for text between BEG/END"
"s w" #'eww-search-words)
(setq doom-font (font-spec :family "UbuntuMono Nerd Font" :size 16)
(setq doom-font (font-spec :family "Mononoki Nerd Font" :size 15)
doom-variable-pitch-font (font-spec :family "Ubuntu" :size 15)
doom-big-font (font-spec :family "UbuntuMono Nerd Font" :size 24))
doom-big-font (font-spec :family "Mononoki Nerd Font" :size 24))
(after! doom-themes
(setq doom-themes-enable-bold t
doom-themes-enable-italic t))

View File

@@ -254,9 +254,9 @@ Settings related to fonts within Doom Emacs:
+ 'font-lock-keyword-face' -- for keywords with special significance, like for and if in C.
#+BEGIN_SRC emacs-lisp
(setq doom-font (font-spec :family "UbuntuMono Nerd Font" :size 16)
(setq doom-font (font-spec :family "Mononoki Nerd Font" :size 15)
doom-variable-pitch-font (font-spec :family "Ubuntu" :size 15)
doom-big-font (font-spec :family "UbuntuMono Nerd Font" :size 24))
doom-big-font (font-spec :family "Mononoki Nerd Font" :size 24))
(after! doom-themes
(setq doom-themes-enable-bold t
doom-themes-enable-italic t))