lorem-ipsum
- Description
- Insert dummy pseudo Latin text
- Latest
- lorem-ipsum-0.4.0.20221214.105746.tar (.sig), 2024-Mar-31, 20.0 KiB
- Maintainer
- Joe Schafer <(joe@jschaf.com)>
- Atom feed
- lorem-ipsum.xml
- Website
- https://github.com/jschaf/emacs-lorem-ipsum
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
Lorem Ipsum for Emacs
Add filler lorem ipsum text in Emacs.
Installation
NonGNU ELPA or MELPA
This package is available via NonGNU ELPA and MELPA. You can install it by calling:
M-x package-install RET lorem-ipsum RET
That's it, all the functions you need are autoload
ed.
Manual Installation
Add lorem-ipsum.el
to your load-path
. Finally, the package must
be required:
(require 'lorem-ipsum)
Setup
Use the default keybindings by adding the following to your .emacs file:
(lorem-ipsum-use-default-bindings)
This will setup the following 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 |
If you want different keybinding, say you want the prefix C-c C-l
,
use a variation of the following:
(global-set-key (kbd "C-c C-l s") 'lorem-ipsum-insert-sentences)
(global-set-key (kbd "C-c C-l p") 'lorem-ipsum-insert-paragraphs)
(global-set-key (kbd "C-c C-l l") 'lorem-ipsum-insert-list)
Old versions
lorem-ipsum-0.3.0.20221213.164351.tar.lz | 2022-Dec-14 | 3.37 KiB |
lorem-ipsum-0.3.0.20221211.144637.tar.lz | 2022-Dec-12 | 3.32 KiB |