Deft changes
This commit is contained in:
parent
7ea81c4fb0
commit
7d6f1d5e31
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue