mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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)
|
(if (doom-project-p)
|
||||||
(doom-project-root)
|
(doom-project-root)
|
||||||
cwd)))
|
cwd)))
|
||||||
((eq policy 'last))
|
((eq policy 'last)
|
||||||
|
lastcwd)
|
||||||
((stringp policy)
|
((stringp policy)
|
||||||
(expand-file-name policy lastcwd))
|
(expand-file-name policy lastcwd))
|
||||||
((functionp policy)
|
((functionp policy)
|
||||||
|
Reference in New Issue
Block a user