Steven Allen
Steven Allen
(this is purely a suggestion, not a bug report)
Another way to do this is with "classes". I.e.: 1. Define a class with a set of methods for initializing the buffer, adding a header, etc. 2. Implement the class...
From a user perspective, a setting like `ollama-chat-mode` (or something like that) that I can set to `org`, `markdown`, or `text`. That setting should ensure that: 1. Session files get...
> Where's the link? You have to print a document, sign it, scan it, then email it back. If you don't remember doing that, you probably didn't sign the papers...
Note: right current the _right_ way to handle this is to bind keys in `exwm-input-global-keys`. That will bind these keys: 1. Only when EXWM is active. 2. In both line...
I agree, both would be nice. Personally, I defined a `desktop-environment-mode` minor mode with a `desktop-environment-mode-map`: ```elisp (define-minor-mode desktop-environment-mode "A global minor-mode that binds DE keys." :global t :group 'bindings...
I'm happy to review a patch but I personally run EXWM without any toolkit and won't implement this. Note from the Emacs "INSTALL" file: > If you use exclusively X,...
Hm. We should probably advise that function and fail if it's an Emacs frame.
For suspend, yes. Although `suspend-frame` is still useful in GUI mode, just not for EXWM frames (it'll iconify GUI frames).
> Yes, we never iconify, so the recommendation in our case would be even stronger. Yep. My point is that it's not a blanket "don't do this in a GUI...