From 7d6f1d5e310f943c18e4a17fcc8d18d1c7d8b0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sun, 25 Dec 2022 22:36:14 +0000 Subject: [PATCH] Deft changes --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 446cad5..b3a6b19 100644 --- a/config.org +++ b/config.org @@ -240,7 +240,7 @@ This may work only on Linux (it uses SQL???), but my ebooks are only on Linux so ** =deft= -Let me search my journal files, not synced to my work computer. Stupid regexp for excluding full-year files so it only displays the per-day ones. +Let me search my journal files, not synced to my work computer. Set regexp search by default. #+BEGIN_SRC emacs-lisp (unless (atwork) @@ -248,8 +248,8 @@ Let me search my journal files, not synced to my work computer. Stupid regexp fo :config (setq deft-extensions '("org")) (setq deft-directory "~/Documents/drive/org/journal") - (setq deft-ignore-file-regexp ".*[0-9][0-9][0-9][0-9]\.org") (setq deft-current-sort-method 'title) + (setq deft-incremental-search nil) (setq deft-recursive t))) #+END_SRC