(Emacs)+leader binding to switch to dashboard
This commit is contained in:
@@ -1111,6 +1111,9 @@ initial startup screen in default Emacs.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package dashboard
|
(use-package dashboard
|
||||||
:straight t
|
:straight t
|
||||||
|
:general
|
||||||
|
(leader
|
||||||
|
"ab" (proc (interactive) (switch-to-buffer "*dashboard*")))
|
||||||
:init
|
:init
|
||||||
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))
|
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))
|
||||||
dashboard-banner-logo-title "Oreomacs"
|
dashboard-banner-logo-title "Oreomacs"
|
||||||
|
|||||||
Reference in New Issue
Block a user