Browse Source

Cleanup spacing

main
parent
commit
4182810078
  1. 5
      modules/interface.org

5
modules/interface.org

@ -296,7 +296,10 @@ Quickly navigate to the dashboard with =SPC SPC=.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(dotfiles/leader (dotfiles/leader
"SPC" '((lambda () (interactive) (switch-to-buffer "*dashboard*")) :which-key "Dashboard"))
"SPC" '((lambda ()
(interactive)
(switch-to-buffer "*dashboard*"))
:which-key "Dashboard"))
#+end_src #+end_src
* Resources * Resources

Loading…
Cancel
Save