From 6844832c8ef50e194f28dcc9f3da734ad5304634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 6 Dec 2023 15:40:50 +0000 Subject: [PATCH] Read markdown files into deft at work --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index f3f9d80..365af83 100644 --- a/config.org +++ b/config.org @@ -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") (use-package deft :config - (setq deft-extensions '("org")) + (setq deft-extensions '("org" "md")) (if (string-equal user-login-name "3055822") (progn (setq deft-directory deft-secret-filepath)