You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am trying to open neotree automatically and I encountered the following error.
I have this for automatically toggling neotree
(add-hook 'after-init-hook #'neotree-toggle)
After putting this in my init file and opening emacs (emacs &) I get this error.
Error (frameset): Window is dedicated to *NeoTree*
As --debug-init is not working (this is warning not an error, I guess, as it appears in Warnings buffer) I tried to debug myself. After an hour of searching I found that commenting out the following line.
'(desktop-save-mode t)
solves the problem.
However I want the desktop to be saved.
Anyone aware of this?
Additional info:
I guess problem is that buffers are trying to open on top of neotree's dedicated buffer.
I tried to get error without loading init.el(emacs -Q) And I was able to initiate the same error.
The text was updated successfully, but these errors were encountered:
So I am trying to open neotree automatically and I encountered the following error.
I have this for automatically toggling neotree
(add-hook 'after-init-hook #'neotree-toggle)
After putting this in my init file and opening emacs (emacs &) I get this error.
Error (frameset): Window is dedicated to *NeoTree*
As --debug-init is not working (this is warning not an error, I guess, as it appears in Warnings buffer) I tried to debug myself. After an hour of searching I found that commenting out the following line.
'(desktop-save-mode t)
solves the problem.
However I want the desktop to be saved.
Anyone aware of this?
Additional info:
The text was updated successfully, but these errors were encountered: