ff8cd06046
- lists were not correctly indented sometimes - **note** and such things do not exist in org - Note and Important - Change Feature list to heading - Change TODOS to actual org TODOS - Add TOC to python layer - list indentation - some typos I could not leave unchanged - TODO formatting - List indentation - typos - wrong markup fix conversion issues |
||
---|---|---|
.. | ||
packages.el | ||
README.org |
Deft configuration layer for Spacemacs
Table of Content TOC@4
Description
Deft is an Emacs mode inspired by Notational Velocity
for quickly
browsing and creating notes.
Differences from default
This layer sets the default to use filenames for note titles as well as
org-mode
for editing. The default extension is still .txt
though.
Install
Layer
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(deft))
Configuration
By default deft tries to put notes in ~/.deft
but you can change
this like so in your dotspacemacs/config
function:
(setq deft-directory "~/Dropbox/notes")
Key Bindings
Key Binding | Description |
---|---|
SPC a n |
Open Deft (works globally) |
SPC m d |
Delete selected note |
SPC m r |
Rename selected note |
SPC m i |
Toggle to regex search |
SPC m n |
Create new file with filter text |