From 58b26052151e4a59e709ad472d5aafd1a4dd392e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 28 Dec 2017 19:58:27 -0500 Subject: [PATCH] ui/doom-dashboard: fix 'last pwd policy --- modules/ui/doom-dashboard/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 4e8b13136..d153909ff 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -130,7 +130,8 @@ whose dimensions may not be fully initialized by the time this is run." (if (doom-project-p) (doom-project-root) cwd))) - ((eq policy 'last)) + ((eq policy 'last) + lastcwd) ((stringp policy) (expand-file-name policy lastcwd)) ((functionp policy)