"tout le monde le connaît"
- someone
monde is a collection of Emacs Lisp functions, which enable you to interact more easily with your kill-ring. It can
- display the kill-ring in a buffer
- reload the kill-ring interactively in said buffer
- copy from that buffer into your kill-ring
Opens the kill-ring in a right window split. The buffer is non-writable.
Loads kill-ring into current buffer. (Should only be used in designated monde-buffer as it erases the selected buffer)
Copies text element from an ordered list seperated by newline into the kill-ring. (Also only really makes sense when used in designated monde-buffer)
After downloading the file, add following command to your Emacs Config File:
(load "path-to-monde/monde.el")