diff options
-rw-r--r-- | emacs/init.el | 3 |
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) |