From 1d15a22bc32c7581c464901ada0d7458a72ef09f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 26 Jul 2017 15:45:01 +0200 Subject: [PATCH] Rix 'reload last session' button on dashboard --- modules/ui/doom-dashboard/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index daa095525..5a59bfc4e 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -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")) ,(when last-session-p '("Reload last session" "history" - (lambda (_) (+workspace/load-session)))) + (+workspace/load-session))) ("Recently opened files" "file-text" (call-interactively (command-remapping 'recentf))) ("Recent opened projects" "briefcase"