some fonts, move configs around
This commit is contained in:
parent
402e15e91f
commit
88e46f1b04
11 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
* Aesthetics
|
||||
Font and theme
|
||||
#+begin_src emacs-lisp
|
||||
(setq doom-font (font-spec :family "JetBrains Mono" :size 15)
|
||||
(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 15)
|
||||
doom-variable-pitch-font (font-spec :family "PT Sans"))
|
||||
(setq doom-theme 'doom-gruvbox)
|
||||
#+end_src
|
||||
|
|
|
@ -72,7 +72,7 @@ wt.on('webinar', function(window) window:set_config_overrides(webinar_overrides)
|
|||
return {
|
||||
audible_bell = 'Disabled',
|
||||
font_size = set_fontsize(),
|
||||
font = wt.font 'Cascadia Code PL',
|
||||
font = wt.font 'JetBrainsMono Nerd Font',
|
||||
color_scheme = default_theme,
|
||||
cursor_blink_rate = 0,
|
||||
check_for_updates = false,
|
||||
|
|
Loading…
Reference in a new issue