mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Return to dashboard keybining
This commit is contained in:
parent
c4ac8888d4
commit
c70fc32197
|
@ -158,6 +158,8 @@
|
||||||
:face 'font-lock-keyword-face))
|
:face 'font-lock-keyword-face))
|
||||||
(dashboard-setup-startup-hook)
|
(dashboard-setup-startup-hook)
|
||||||
|
|
||||||
|
(map! :leader :desc "Open dashboard" "b b" #'dashboard-refresh-buffer)
|
||||||
|
|
||||||
;; Smooth scrolling
|
;; Smooth scrolling
|
||||||
;; requires good-scroll.el
|
;; requires good-scroll.el
|
||||||
;;(good-scroll-mode 1)
|
;;(good-scroll-mode 1)
|
||||||
|
|
|
@ -221,6 +221,8 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
||||||
:face 'font-lock-keyword-face))
|
:face 'font-lock-keyword-face))
|
||||||
(dashboard-setup-startup-hook)
|
(dashboard-setup-startup-hook)
|
||||||
|
|
||||||
|
(map! :leader :desc "Open dashboard" "b b" #'dashboard-refresh-buffer)
|
||||||
|
|
||||||
;; Smooth scrolling
|
;; Smooth scrolling
|
||||||
;; requires good-scroll.el
|
;; requires good-scroll.el
|
||||||
;;(good-scroll-mode 1)
|
;;(good-scroll-mode 1)
|
||||||
|
|
Loading…
Reference in a new issue