i3-emacs
i3-emacs copied to clipboard
i3 emacs integration
This just fixes some linter and compilation warnings I got. Adds a proper header and package info, and declares variables before they're read in other functions (i3-client, i3-msg-spec). I don't...
Hi, Thanks for your package! I have run into some minor issues when `i3-client` is nil. I don't know what causes it, but replacing `(boundp 'i3-client)` with `(bound-and-true-p i3-client)` in...
pop-to-buffer-same window does not work in emacs 26, this results in buffers that should be opened in place going all over the place. My current work around is to add...
It would provide updates and easier installation.