@ -12,15 +12,12 @@
* Options
+ Load the ~wombat~ theme
+ Disable the [[file:~/.emacs.d/modules/email.org][Email]] module
#+begin_src emacs-lisp
(load-theme 'wombat t t)
(delete 'email dotfiles/modules)
#+end_src
#+RESULTS:
: t
* Resources
[fn:1] WSL/WSL2
@ -291,9 +291,10 @@ Present a *Dashboard* when first launching Emacs. Customize the buttons of the n
When running in *daemon* mode, ensure that the dashboard is the initial buffer.
(with-eval-after-load 'dashboard
(setq initial-buffer-choice
(lambda ()
(get-buffer "*dashboard*")))
(get-buffer "*dashboard*"))))
Quickly navigate to the dashboard with =SPC SPC=.