diff --git a/modules/interface.org b/modules/interface.org index facc334..3059c9d 100644 --- a/modules/interface.org +++ b/modules/interface.org @@ -296,7 +296,10 @@ Quickly navigate to the dashboard with =SPC SPC=. #+begin_src emacs-lisp (dotfiles/leader - "SPC" '((lambda () (interactive) (switch-to-buffer "*dashboard*")) :which-key "Dashboard")) + "SPC" '((lambda () + (interactive) + (switch-to-buffer "*dashboard*")) + :which-key "Dashboard")) #+end_src * Resources