doomemacs/modules/ui/deft
James Ravn dce80a3c80
Disable deft's buffer auto-save
By default deft will save a changed buffer that it opens after 1 second.

This causes problematic interactions with the rest of doom - like with
wsbutler (insert space, try to insert a link, and it will eat the
space before the link is inserted).

I think it's best for auto-save to be managed by a separate package,
rather than this ad-hoc save that occurs only in buffers that deft opens.
2020-04-08 12:39:00 +01:00
..
config.el Disable deft's buffer auto-save 2020-04-08 12:39:00 +01:00
packages.el Fix #2373: bring back package pinning 2020-01-25 19:02:00 -05:00
README.org

:ui 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.