Add filler lorem ipsum text in Emacs.
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:
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 FunctionC-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)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4