Fix duplicate paths in initial input for doom/save-session
Forgot to do this in 3e3808aa8
This commit is contained in:
parent
2d365619cd
commit
4c0eb989fb
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@
|
||||||
(let ((session-file (doom-session-file)))
|
(let ((session-file (doom-session-file)))
|
||||||
(list (or (read-file-name "Save session to: "
|
(list (or (read-file-name "Save session to: "
|
||||||
(file-name-directory session-file)
|
(file-name-directory session-file)
|
||||||
nil nil
|
|
||||||
(file-name-nondirectory session-file))
|
(file-name-nondirectory session-file))
|
||||||
(user-error "No session selected. Aborting")))))
|
(user-error "No session selected. Aborting")))))
|
||||||
(unless file
|
(unless file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue