Return to dashboard keybining

This commit is contained in:
Emmet 2024-06-25 14:37:00 -05:00
parent c4ac8888d4
commit c70fc32197
2 changed files with 4 additions and 0 deletions

View file

@ -158,6 +158,8 @@
:face 'font-lock-keyword-face))
(dashboard-setup-startup-hook)
(map! :leader :desc "Open dashboard" "b b" #'dashboard-refresh-buffer)
;; Smooth scrolling
;; requires good-scroll.el
;;(good-scroll-mode 1)

View file

@ -221,6 +221,8 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
:face 'font-lock-keyword-face))
(dashboard-setup-startup-hook)
(map! :leader :desc "Open dashboard" "b b" #'dashboard-refresh-buffer)
;; Smooth scrolling
;; requires good-scroll.el
;;(good-scroll-mode 1)