summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
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)