You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new file will put under deft-directory by default, is there any settings that can put the file to deft-directory/notes ? I want to use deft to search from all files in deft-directory, but want new file to put under deft-directory/notes.
The text was updated successfully, but these errors were encountered:
This replaces the value for deft-directory in the function the builds the absolute path for a new file. You can set your own notes directory, e.g. (defvar my/notes-dir (expand-file-name "notes" deft-directory)).
So far it seems to work fine. Having deft provide a deft-new-file-directory would be great though.
The new file will put under
deft-directory
by default, is there any settings that can put the file todeft-directory/notes
? I want to use deft to search from all files indeft-directory
, but want new file to put underdeft-directory/notes
.The text was updated successfully, but these errors were encountered: