Version 0.3 of package Lorem-Ipsum has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Lorem-Ipsum describes itself as: ============================== Insert dummy pseudo Latin text ============================== More at https://elpa.nongnu.org/nongnu/lorem-ipsum.html ## Summary: # Lorem Ipsum for Emacs # Add filler lorem ipsum text to Emacs ## Installation **MELPA** This package is available via MELPA. You can install it by calling: M-x package-install RET lorem-ipsum Finally, the package must be required: (require 'lorem-ipsum) **Manual Installation** Add `lorem-ipsum.el` to your `load-path`. That's it, all the functions you need are `autoload`ed. ## Setup Use the default keybindings by adding the following to your .emacs file: (lorem-ipsum-use-default-bindings) This will setup the folling keybindings: Key Binding | Function ------------|------------------------------ `C-c l p` | lorem-ipsum-insert-paragraphs `C-c l s` | lorem-ipsum-insert-sentences `C-c l l` | lorem-ipsum-insert-list ## Recent NEWS: [Not available 🙁]