1
- # Deft
1
+ # Deft configuration layer for Spacemacs
2
2
3
- [ Deft] ( http://jblevins.org/projects/deft/ ) is an Emacs mode inspired by Notational Velocity for quickly browsing and creating notes.
3
+ <!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
4
+ ** Table of Contents**
4
5
5
- ** Note:** You may have to update the ` evil-escape ` package for deft to work, otherwise filtering will ignore your escape character.
6
+ - [ Deft configuration layer for Spacemacs] ( #deft-configuration-layer-for-spacemacs )
7
+ - [ Description] ( #description )
8
+ - [ Differences from default] ( #differences-from-default )
9
+ - [ Install] ( #install )
10
+ - [ Layer] ( #layer )
11
+ - [ Configuration] ( #configuration )
12
+ - [ Key Bindings] ( #key-bindings )
6
13
7
- ## Differences from default
14
+ <!-- markdown-toc end -->
8
15
9
- This layer sets the default to use filenames for note titles as well as org-mode for editing.
10
- The default extension is still ` txt ` .
16
+ ## Description
11
17
12
- ## Configuration
18
+ [ Deft] [ ] is an Emacs mode inspired by ` Notational Velocity ` for quickly
19
+ browsing and creating notes.
20
+
21
+ ### Differences from default
22
+
23
+ This layer sets the default to use filenames for note titles as well as
24
+ ` org-mode ` for editing. The default extension is still ` .txt ` though.
25
+
26
+ ## Install
27
+
28
+ ### Layer
29
+
30
+ To use this contribution add it to your ` ~/.spacemacs `
31
+
32
+ ``` elisp
33
+ (setq-default dotspacemacs-configuration-layers '(deft))
34
+ ```
35
+
36
+ ### Configuration
37
+
38
+ By default deft tries to put notes in ` ~/.deft ` but you can change
39
+ this like so in your ` dotspacemacs/config ` function:
13
40
14
- By default deft tries to put notes in ` ~/.deft ` but you can change this like so:
15
41
```
16
42
(setq deft-directory "~/Dropbox/notes")
17
43
```
18
44
19
- ## Keybindings
45
+ ## Key Bindings
20
46
21
47
Key Binding | Description
22
48
--------------------|------------------------------------------------------------------
@@ -25,3 +51,5 @@ Key Binding | Description
25
51
<kbd >SPC m r </kbd >| Rename selected note
26
52
<kbd >SPC m i </kbd >| Toggle to regex search
27
53
<kbd >SPC m n </kbd >| Create new file with filter text
54
+
55
+ [ Deft ] : http://jblevins.org/projects/deft/
0 commit comments