projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a1923
)
Use correct function name
author
Joerg Jaspert
<joerg@nsb-software.de>
Wed, 27 Aug 2014 16:14:06 +0000
(18:14 +0200)
committer
Joerg Jaspert
<joerg@nsb-software.de>
Wed, 27 Aug 2014 16:14:06 +0000
(18:14 +0200)
.emacs.d/config/emacs.org
patch
|
blob
|
history
diff --git
a/.emacs.d/config/emacs.org
b/.emacs.d/config/emacs.org
index
a73dfe4
..
6215224
100644
(file)
--- a/
.emacs.d/config/emacs.org
+++ b/
.emacs.d/config/emacs.org
@@
-2528,7
+2528,7
@@
A emacs tree plugin
(use-package neotree
:ensure neotree
:defer t
- :bind (("<f8>" . jj-neotree-
toggle
))
+ :bind (("<f8>" . jj-neotree-
find
))
:commands (neotree-find
neotree-toggle
neotree)