diff --git a/modules/dashboard.org b/modules/dashboard.org index 7830f6a..38f7ee1 100644 --- a/modules/dashboard.org +++ b/modules/dashboard.org @@ -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")) +#+end_src + * Footnotes [fn:1] https://github.com/emacs-dashboard/emacs-dashboard