doomemacs/modules/ui/deft
Henrik Lissner 76cacb5bfe
💥 Rename def-package! -> use-package!
Calling this pivotal macro "def-package!" has frequently been a source
of confusion. It is a thin wrapper around use-package, and it should be
obvious that it is so. For this reason, and to match the naming
convention used with other convenience macros/wrappers, it is now
use-package!.

Also changes def-package-hook! -> use-package-hook!

The old macros are now marked obsolete and will be removed when straight
integration is merged.
2019-07-23 12:50:45 +02:00
..
config.el
packages.el
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.