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