Naoya Yamashita
Naoya Yamashita
Of course, we need to register under a different name. This is essential for other packages to work unchanged.
I think this is a good idea, but `real-auto-save-initialize` is better than `turn-on-real-auto-save` because `turn-on-*` is not well known prefix. And `turn-off-real-auto-save` is not needed I think.
OK, thanks. I'm not professional too, but I follow package-lint suggestion. Please install package-lint and see warnings. ``` real-auto-save.el 104 1 error "turn-on-real-auto-save" doesn't start with package's prefix "real-auto-save". (emacs-lisp-package)...
I usually use `(add-hook 'find-file-hook 'real-auto-save-mode)`, and it is fine I think, but the global-minor-mode you suggest is the better idea.
Thanks, please create PR?
Wow, good news! :tada:
`kaocha-cloverage` outputs its report file into `target/coverage` folder. I don't know `action-coverage` search/interpret this, I want to try it with no-configration. ``` target/coverage ├── coverage.css ├── index.html └── tarayo ├──...
Since when, I think Emacs assumes that the `:custom` symbols are functions, not variables, and makes code jumps. The same issue is happening in `leaf` and I don't know how...
Variable fonts problem? https://github.com/typst/typst/issues/185
Thanks! I try to implemented it!