@ -74,6 +74,16 @@ Quickly navigate to the dashboard with =SPC SPC=.
:which-key "Dashboard"))
#+end_src
Navigate to the scratch buffer with =SPC C-SPC=.
#+begin_src emacs-lisp
(dotfiles/leader
"C-SPC" '((lambda ()
(interactive)
(switch-to-buffer "*scratch*"))
:which-key "Scratch"))
* Footnotes
[fn:1] https://github.com/emacs-dashboard/emacs-dashboard