mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/neotree: fix typo (width-width => size) #357
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user