i3-emacs icon indicating copy to clipboard operation
i3-emacs copied to clipboard

i3 emacs integration

Results 4 i3-emacs issues
Sort by recently updated
recently updated
newest added

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.