EFLS / zetteldeft

A Zettelkasten system! Or rather, some functions on top of the emacs deft package.
https://efls.github.io/zetteldeft
GNU General Public License v3.0
394 stars 42 forks source link

zetteldeft-find-file behave different #124

Closed buhtz closed 2 years ago

buhtz commented 2 years ago

In this youtube video about zetteldeft you can see between timecodes 1:30 to 1:50 how zetteldeft-find-file (which is invoked via C-c d o in default emacs right?) work and behave.

The guy use Abarahm as seach string. And while typing the search results are shown to him. The results also take filenames into account where the search string is in the middle and not just at the beginning of the filename.

In my emacs (Debian bullseye with zetteldeft from melpa) it behaves different.

What is the difference here?

EFLS commented 2 years ago

This is part of the broader Emacs setup, and unrelated to Zetteldeft. I'm not sure what kind of setup Abe is using for this video, but it's not the default completion engine. Personally, I like ivy, you might want to check it out. If you need help with that, I'd suggest looking for an Emacs forum or discussion group somewhere (you can try #emacs on Mastodon, or /r/emacs on reddit).