mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Rix 'reload last session' button on dashboard
This commit is contained in:
@ -193,7 +193,7 @@ whose dimensions may not be fully initialized by the time this is run."
|
|||||||
(browse-url "https://github.com/hlissner/.emacs.d"))
|
(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))))
|
(+workspace/load-session)))
|
||||||
("Recently opened files" "file-text"
|
("Recently opened files" "file-text"
|
||||||
(call-interactively (command-remapping 'recentf)))
|
(call-interactively (command-remapping 'recentf)))
|
||||||
("Recent opened projects" "briefcase"
|
("Recent opened projects" "briefcase"
|
||||||
|
Reference in New Issue
Block a user