Browse Source

Cleanup

main
parent
commit
13456d2a36
  1. 7
      hosts/gamingpc.org
  2. 7
      modules/interface.org

7
hosts/gamingpc.org

@ -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

7
modules/interface.org

@ -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.
#+begin_src emacs-lisp
(setq initial-buffer-choice
(lambda ()
(get-buffer "*dashboard*")))
(with-eval-after-load 'dashboard
(setq initial-buffer-choice
(lambda ()
(get-buffer "*dashboard*"))))
#+end_src
Quickly navigate to the dashboard with =SPC SPC=.

Loading…
Cancel
Save