mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Return to dashboard keybining
This commit is contained in:
parent
c4ac8888d4
commit
c70fc32197
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue