medranocalvo
medranocalvo
Generate a CSR that marks the extension as critical: ``` openssl req -new -sha256 -key domain.key -subj "/" \ -reqexts SAN -config
Hello, here is an implementation of the `array foreach` improvement. I changed the interface to be more similar to that of dict for: `array for {varName varName} arrayName { code...
EXWM has moved to the new location https://github.com/emacs-exwm/exwm. The move was necessary since the EXWM author Chris Feng has been missing for a few years and new maintainers were added...
* Move repositories * [x] exwm * [x] xelb * [x] Move exwm wiki * Update ch11ng/exwm and ch11ng/xelb to point to the new location * [x] Write an issue...
With this change I intend to convert EXWM into a global minor mode. Please check out and test. Next steps would be e.g. creating a menu for the minor mode...
Discover whether there's any mechanism (or one can be invented) to avoid advising Emacs functions. See discussion at https://github.com/ch11ng/exwm/pull/938.
I am very happy to announce the incorporation of long time EXWM contributor Steven Allen (@Stebalien) and new EXWM user but long-time Emacs hacker Daniel Mendler (@minad) as EXWM Maintainers!...
* exwm-input.el: (exwm-input--on-buffer-list-update): Keep track of last selected window and buffer, update focus only when those change. (exwm-input--update-focus-defer): Add commentary. (exwm-input--buffer-list-update-last-selected-window) (exwm-input--buffer-list-update-last-selected-buffer): Add variables. (exwm-input--skip-buffer-list-update): Remove variable. (exwm-input--on-buffer-list-update): Stop checking...
I'm just posting the makefile I use to see byte-compilation warnings. Is this * The dependencies allow parallel making (`make -jN`). * I like the byte-compilation warnings on xelb-gen. This...