xeft
xeft copied to clipboard
Xiapian emacs dynamic module
when a prompt is not matched in the notes xeft allow to make a new note. I want to use it but it should create new note just like org-roam...
there could be a variable to set the path to the .so file, would prevent this
When previewing a file, is it possible to open the file at the location of the searched keyword? Currently using c+n will open the file at the beginning of the...
Hi! I found out that on an M1 MacBook, the Xapian headers are linked to `/opt/homebrew/include/xapian.h` if you use HomeBrew, so leaving the `PREFIX` empty results in a compilation error....
I am a new Xeft user and would like to know if there's a quick way to clear the search field. I have been manually deleting the text, but is...
`(setq xeft-directory-filter 'follow-symlinks) `returns `Symbol’s function definition is void: follow-symlinks`
According to available queries, it would be possible to match exactly a string https://github.com/casouri/xeft?tab=readme-ov-file#queries ``` "word1 word2" which matches exactly “word1 word2” ``` But it is not working Without quotes:...
I have upgrading xeft to the latest git version. Now I have problem compiling xapian-lite.cc. Here is the log: g++ xapian-lite.cc -o xapian-lite.so -shared -march=native -O3 -fstack-protector-strong -flto -L/usr/local/lib -lxapian...