Daniel Mendler

Results 813 comments of Daniel Mendler

I consider this by design. EXWM buffers are supposed to stay in `exwm-mode`. This is a simpler assumption than supporting arbitrary derived modes, which are relatively unusual. I assume you...

The properties are `org-not-done-regexp` and `org-todo-regexp`. These regexps are used by the Org agenda. See https://github.com/minad/org-modern/blob/87df4997da28cb9335dc4f0224e9bcedb595e425/org-modern.el#L902-L903. Org-modern had an old bug, back then when it didn't use these properties. It...

Another option would be to adjust `orderless--compile` (or maybe `orderless-compile`) appropriately: ~~~ elisp (defvar orderless-orderfull t) (defun orderless--compile (string table pred) "Compile STRING to a prefix and a list of...

@oantolin I don't think that dispatchers are the solution since then the `orderless-regexp` style is fixed and you don't profit from the various other matching styles. It seems to me...

Regarding switching of options - this is a general problem which we do not support well in Orderless. Maybe we should invent a mechanism for it, e.g., some control characters...

This can be closed then, I think?

More sophisticated version: ~~~ elisp (defvar +exwm-fullscreen--restore nil) (defun +exwm-fullscreen--change (&rest _) (when +exwm-fullscreen--restore (+exwm-fullscreen))) (defun +exwm-fullscreen--enter () ;; Create frame and resize (let ((frame (make-frame '((minibuffer . nil) (fullscreen...

@ezemtsov > Testing your config, looks like it correctly enables full-screen for both EXWM and normal buffers, but there seem to be some issues: Toggling back only works on EXWM...

1. ~Yes. I don't know how to hide the systray, since I am not using an external one - the Emacs tab bar is my system status bar. It should...

I think I use more or less my version from above, which works well for me.