mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/doom-dashboard: fix 'last pwd policy
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user