hasu / notdeft

NotDeft note manager for Emacs
https://tero.hasu.is/notdeft/
168 stars 14 forks source link

default query #30

Closed dppdppd closed 1 year ago

dppdppd commented 1 year ago

Is it possible to specify a default query, e.g. "path:misc?"

hasu commented 1 year ago

It should be OK to

(setq notdeft-xapian-query "path:misc")

to change the initial value. Or do you mean something else?

dppdppd commented 1 year ago

Nope. That’s it. Thanks!

hasu commented 1 year ago

It should be OK to

(setq notdeft-xapian-query "path:misc")

to change the initial value. Or do you mean something else?