spacemacs/contrib/deft
syl20bnr fdd4e944ef Reload dotfile and layer anywhere with SPC f e R
Replace `SPC m c c` and `C-c C-c` in the dotfile

Resolve #1210
2015-04-18 23:40:24 -04:00
..
packages.el Reload dotfile and layer anywhere with SPC f e R 2015-04-18 23:40:24 -04:00
README.md defat layer: edit README and refactor init-deft a bit 2015-04-17 23:33:26 -04:00

Deft configuration layer for Spacemacs

Table of Contents

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