26 lines
1 KiB
Org Mode
26 lines
1 KiB
Org Mode
#+title: theo.el
|
|
#+author: Artur Manuel
|
|
#+options: num:nil
|
|
|
|
theo.el is an Emacs package which prints a random quote from Theo de Raadt.
|
|
You can run it offline because you never need to fetch a quote if it is already
|
|
baked into the package. Need I say more? Get it now!
|
|
|
|
* Motivation
|
|
|
|
It started off while I was in VC with the lads, (when I was using Discord) and
|
|
then we found ~lib/theo~ in [[http://git.9front.org/plan9front/plan9front/HEAD/info.html][this repository.]] I was intrigued enough to make an
|
|
Emacs package for it in the same call and shared it out to others. But I wanted
|
|
to make a repository for it so it can live on in more than a few
|
|
~cdn.discordapp.com~ links.
|
|
|
|
* How do I use it?
|
|
|
|
After installing the package (I do not care how, as long as you can get it),
|
|
just call ~theo~ straight from M-x. If you want to use it directly from Emacs
|
|
Lisp however, just evaluate ~(theo)~, or run ~(theo n)~ with n being a quote
|
|
you want to pick out. It really is that easy.
|
|
|
|
* License
|
|
|
|
This package is licensed under the GNU General Public License 3.0.
|