iregister.el
iregister.el copied to clipboard
Interactive register commands for Emacs
Hi, First of all, good work on a great front-end to registers. Feature request: Can we use iregisters to manage window configurations as well ? C-x r w is too...
Hi, I use iregister to append text to a register. I came up with [this hack](https://github.com/kaushalmodi/.emacs.d/blob/master/setup-files/setup-iregister.el). That basically allows me to separate each appended text with 'nothing' (default, current behavior),...
It would be good to mention about `max-mini-window-height` variable in the documentation. It is nice to use with the iregister.el a bigger value than default .
Make key maps more close to each other. For example `iregister-list-text-registers-keymap` contains key `i` but other key maps haven't it. Remove it or add to all key maps.
It would be quite good to have some information about a buffer (in the minibuffer while browsing registers with the points) to which current point belongs to.
Put more feature descriptions (for now there are much commands descriptions). That will allow people to figure out easier what exactly they will be able to do with the package.