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
(use-package! super-save
:ensure t
:config
(super-save-mode +1))
(setq super-save-auto-save-when-idle t)
Works with .md files just fine, but .org files not unfortunately... Was testing windmove-left/right and out of focus events, all the same though.
Thought at first this has something to do with the triggering event but I tried all kinds of stuff, reinstallation and other peoples config.
Also tried removing all other packages and configs, so my doom emacs it was pretty vanilla. Also had a look at the init.el but couldn't find anything obvious that would affect this.
Don't know what else to try...
The text was updated successfully, but these errors were encountered:
Tested with this config:
Works with
.md
files just fine, but.org
files not unfortunately... Was testing windmove-left/right and out of focus events, all the same though.Thought at first this has something to do with the triggering event but I tried all kinds of stuff, reinstallation and other peoples config.
Also tried removing all other packages and configs, so my doom emacs it was pretty vanilla. Also had a look at the init.el but couldn't find anything obvious that would affect this.
Don't know what else to try...
The text was updated successfully, but these errors were encountered: