Rix 'reload last session' button on dashboard
This commit is contained in:
parent
6fb8d0164b
commit
1d15a22bc3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue