Read markdown files into deft at work
This commit is contained in:
parent
776c570371
commit
6844832c8e
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ Let me search my journal files when I’m not at work, and reading notes otherwi
|
||||||
(unless (string-equal system-type "android")
|
(unless (string-equal system-type "android")
|
||||||
(use-package deft
|
(use-package deft
|
||||||
:config
|
:config
|
||||||
(setq deft-extensions '("org"))
|
(setq deft-extensions '("org" "md"))
|
||||||
(if (string-equal user-login-name "3055822")
|
(if (string-equal user-login-name "3055822")
|
||||||
(progn
|
(progn
|
||||||
(setq deft-directory deft-secret-filepath)
|
(setq deft-directory deft-secret-filepath)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue