mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-25 03:00:05 +00:00
[emacs] Update default font
This commit is contained in:
parent
9dfdc1aa28
commit
5628ffdbe8
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ I'm feeling the gruvbox theme lately.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq doom-theme 'doom-gruvbox)
|
(setq doom-theme 'doom-gruvbox)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** Default font
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq doom-font (font-spec :family "Inconsolata" :size 20))
|
||||||
|
#+end_src
|
||||||
** Dashboard
|
** Dashboard
|
||||||
Customize the Doom Emacs dashboard with commissioned artwork, chosen randomly.
|
Customize the Doom Emacs dashboard with commissioned artwork, chosen randomly.
|
||||||
The dashboard can be reloaded with the =g= key.
|
The dashboard can be reloaded with the =g= key.
|
||||||
|
|
Loading…
Reference in a new issue