From 1655e84de225317f00431ff740f18065cd41595c Mon Sep 17 00:00:00 2001 From: Patrick Elliott Date: Sun, 26 Aug 2018 16:51:38 +0200 Subject: [PATCH] Added rudimentary readme --- modules/tools/deft/README.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/tools/deft/README.org b/modules/tools/deft/README.org index 651aa1632..ad2de827a 100644 --- a/modules/tools/deft/README.org +++ b/modules/tools/deft/README.org @@ -1,4 +1,11 @@ #+TITLE: :tools deft -* TODO write deft readme +[[https://jblevins.org/projects/deft/][Deft]] is a major mode for browsing and filtering notes written in plain text +formats, such as org-mode, markdown, and LaTeX. +To use this module, in your config file set the value of the variable ~deft-directory~ to the folder in which you +want to keep your notes. + +The default note format is org-mode. You can change this by setting the value of +the variable ~deft-default-extension~. Changing the value to ~"md"~ for example, +will change the default note format to markdown.