-
Notifications
You must be signed in to change notification settings - Fork 42
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
Emacs-30 daemon mode server doesn't start with origami enabled #120
Comments
pradyparanjpe
added a commit
to pradyparanjpe/pspmacs
that referenced
this issue
Jul 25, 2024
Replace ``kill-current-buffer`` for ``kill-this-buffer``. Configure for native which key. Require shell after eglot. Disable origami due to [raised issue](gregsexton/origami.el#120), which prevents emacs from starting daemon. Configure Emacs for ipython to open jupyter notebook. Emacs now includes ``which-key``. Specify special keys using ``which-key-replacements-alist``. Make evil-state cursor colors same as pspline Vim icon color. Straighten circular dependency of General.el, so that Evil is strictly and completely loaded before General.el. Prevent magit from globally binding status, dispatch, file dispatch because we bind it using General.el.
Can you get a trace or anything that might reveal what's going on? Might be that origami is using something that is now not supported? Might be that 30 is dev and this is just an emacs bug? Any ideas? |
Yes I guess so. |
Could be related to elp-revive/origami.el#53 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Emacs version: 30 (This is not yet released as of today)
With following code in my config,
and upon starting emacs daemon,
the following error is thrown.
Without origami, the daemon starts without problems.
The text was updated successfully, but these errors were encountered: