ui/doom-dashboard: fix 'last pwd policy
This commit is contained in:
parent
fcadde3ef9
commit
58b2605215
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue