Make dashboard more vanilla Emacs friendly
This commit is contained in:
parent
6567b46f04
commit
6b5f0af985
1 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,8 @@
|
||||||
|
|
||||||
(after! evil
|
(after! evil
|
||||||
(map! :map +doom-dashboard-mode-map
|
(map! :map +doom-dashboard-mode-map
|
||||||
|
"n" #'+doom-dashboard/next-button
|
||||||
|
"p" #'+doom-dashboard/previous-button
|
||||||
:em "j" #'+doom-dashboard/next-button
|
:em "j" #'+doom-dashboard/next-button
|
||||||
:em "k" #'+doom-dashboard/previous-button
|
:em "k" #'+doom-dashboard/previous-button
|
||||||
[remap evil-insert] #'evil-normal-state
|
[remap evil-insert] #'evil-normal-state
|
||||||
|
@ -208,7 +210,7 @@ whose dimensions may not be fully initialized by the time this is run."
|
||||||
(lambda (_) (browse-url "https://github.com/hlissner/.emacs.d")))
|
(lambda (_) (browse-url "https://github.com/hlissner/.emacs.d")))
|
||||||
,(when last-session-p
|
,(when last-session-p
|
||||||
'("Reload last session" "history"
|
'("Reload last session" "history"
|
||||||
(lambda (_) (+workspace:load-session))))
|
(lambda (_) (+workspace/load-session))))
|
||||||
("Recently opened files" "file-text"
|
("Recently opened files" "file-text"
|
||||||
(lambda (_) (call-interactively (command-remapping 'recentf))))
|
(lambda (_) (call-interactively (command-remapping 'recentf))))
|
||||||
("Recent opened projects" "briefcase"
|
("Recent opened projects" "briefcase"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue