tools/neotree: fix typo (width-width => size) #357
This commit is contained in:
parent
b741d77e78
commit
0594f0798f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
"^#.*#$"))
|
||||
|
||||
(set! :popup "^ ?\\*NeoTree"
|
||||
`((side . ,neo-window-position) (width-width . ,neo-window-width))
|
||||
`((side . ,neo-window-position) (size . ,neo-window-width))
|
||||
'((quit . current) (select . t)))
|
||||
|
||||
(when (bound-and-true-p winner-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue