tools/neotree: fix typo (width-width => size) #357

This commit is contained in:
Henrik Lissner 2018-01-13 15:10:38 -05:00
parent b741d77e78
commit 0594f0798f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -34,7 +34,7 @@
"^#.*#$")) "^#.*#$"))
(set! :popup "^ ?\\*NeoTree" (set! :popup "^ ?\\*NeoTree"
`((side . ,neo-window-position) (width-width . ,neo-window-width)) `((side . ,neo-window-position) (size . ,neo-window-width))
'((quit . current) (select . t))) '((quit . current) (select . t)))
(when (bound-and-true-p winner-mode) (when (bound-and-true-p winner-mode)