ui/doom-dashboard: fix 'restore last session' button
This commit is contained in:
parent
3865c4fc6e
commit
031457bcaf
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@
|
|||
(all-the-icons-default-adjust -0.05)
|
||||
(start (point))
|
||||
(sep " ")
|
||||
(last-session-p (and (featurep 'persp-file)
|
||||
(last-session-p (and (and (featurep 'persp-mode) persp-mode)
|
||||
(file-exists-p (expand-file-name persp-auto-save-fname persp-save-dir)))))
|
||||
(unless last-session-p
|
||||
(setq sep " "))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue