From 4ad01e4454d645efe8ee98e2dd87d916d8815d49 Mon Sep 17 00:00:00 2001 From: noa Date: Wed, 9 Oct 2024 14:49:05 +0800 Subject: Don't search recursively with xeft --- emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 0c3e08f..62bff3d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -762,7 +762,8 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (xeft-directory "~/Documents/notes") (xeft-filename-fn (lambda (search) (format-time-string "%Y-%m-%dT%H%M%S.md"))) - (xeft-recursive t)) + (xeft-recursive nil)) + (defun noa/yank-buffer-file-name () (interactive) (when (buffer-file-name) -- cgit 1.4.1-2-gfad0