Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working in org-mode (doom-emacs) #42

Open
freeo opened this issue Nov 3, 2022 · 2 comments
Open

not working in org-mode (doom-emacs) #42

freeo opened this issue Nov 3, 2022 · 2 comments

Comments

@freeo
Copy link

freeo commented Nov 3, 2022

Tested with this config:

(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...

@kindrowboat
Copy link

This worked for me...

in ~/.doom.d/packages.el

(package! super-save)

in ~/.doom.d/config.el

(after! org
  (super-save-mode +1))

@freeo
Copy link
Author

freeo commented Dec 15, 2022

Tried this with a couple of variations, but to no avail...

Still using my old workaround until there's help debugging this, so I'm leaving this open.

NzSN added a commit to NzSN/doom-configs that referenced this issue Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants