(Emacs)+leader binding to switch to dashboard

This commit is contained in:
2021-03-22 06:31:33 +00:00
parent 82dd8ca96c
commit 22c0c37220

View File

@@ -1111,6 +1111,9 @@ initial startup screen in default Emacs.
#+begin_src emacs-lisp
(use-package dashboard
:straight t
:general
(leader
"ab" (proc (interactive) (switch-to-buffer "*dashboard*")))
:init
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))
dashboard-banner-logo-title "Oreomacs"