问题
在spacemacs
中使用neotree
执行c
新建文件或者r
重命名操作时提示can not make the side window the only window
。
解决方案
先执行SPC-fed
打开.spacemacs配置文件,然后执行SPC-feR
重新加载配置信息,重新加载后问题解决了。
更多信息可以查看emacs-neotree
的issue
getting Cannot make side window the only window' when trying to create/rename node
原文地址:http://www.fidding.me/article/46
happy coding!