Support WSL
This commit is contained in:
parent
4b098e5996
commit
500deb5111
1 changed files with 2 additions and 1 deletions
|
|
@ -1094,7 +1094,8 @@ Or, uh, Objective C, I guess."
|
|||
(expand-file-name
|
||||
(cond
|
||||
((file-directory-p "~/Dropbox (Personal)") "~/Dropbox (Personal)")
|
||||
((file-directory-p "~/Dropbox") "~/Dropbox")))
|
||||
((file-directory-p "~/Dropbox") "~/Dropbox")
|
||||
((file-directory-p "/mnt/c/Users/john/Dropbox") "/mnt/c/Users/john/Dropbox")))
|
||||
"Where is my dropbox?")
|
||||
|
||||
(use-package howm :ensure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue