Browse Source

Add keybinding to navigate to dashboard

main
parent
commit
edda6bf586
  1. 7
      modules/interface.org

7
modules/interface.org

@ -251,6 +251,13 @@ When running in *daemon* mode, ensure that the dashboard is the initial buffer.
(get-buffer "*dashboard*"))) (get-buffer "*dashboard*")))
#+end_src #+end_src
Quickly navigate to the dashboard with =SPC SPC=.
#+begin_src emacs-lisp
(dotfiles/leader
"SPC" '((lambda () (interactive) (switch-to-buffer "*dashboard*")) :which-key "Dashboard"))
#+end_src
* Resources * Resources
[fn:1] https://github.com/abo-abo/swiper [fn:1] https://github.com/abo-abo/swiper

Loading…
Cancel
Save