From ce74f10540d6b335c4d0966cbabcf5099531280e Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Wed, 8 Jan 2020 16:37:34 +1030 Subject: [PATCH] Carenno, Timissa, Nizhny Novgorod, TISM & New Mexico State Road 442. --- README.org | 17 +++++++++++++---- litanize.el | 4 ++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 321ae2e..7df38a4 100644 --- a/README.org +++ b/README.org @@ -3,16 +3,25 @@ [[https://melpa.org/#/litanize][file:https://melpa.org/packages/litanize-badge.svg]] -"When writing Alien Phenomenology I found myself wondering, what would happen if we put ontography, Latour Litany, and carpentry together? Here’s one simple take, a 'Latour Litanizer.' It uses Wikipedia’s random page API to generate lists of things [...] Like all Latour Litanies, this little gadget underscores the rich diversity of things. It also reminds us that human beings are among them, since a large number of Wikipedia articles describe living and historical persons." +“When writing Alien Phenomenology I found myself wondering, what would happen if we put ontography, Latour Litany, and carpentry together? Here’s one simple take, a 'Latour Litanizer.' It uses Wikipedia’s random page API to generate lists of things [...] Like all Latour Litanies, this little gadget underscores the rich diversity of things. It also reminds us that human beings are among them, since a large number of Wikipedia articles describe living and historical persons.” —Ian Bogost -"[The] Latour Litanizer might be the first genuine piece of laboratory equipment ever created for philosophy." +“[The] Latour Litanizer might be the first genuine piece of laboratory equipment ever created for philosophy.” —Levi R. Bryant -This is a simple version of Ian Bogost's method of generating "Latour Litanies" in emacs as a further (or furthering) exercise in ontography, metaphorism, and carpentry. +This is a simple version of Ian Bogost's method of generating “Latour Litanies” in emacs as a further (or furthering) exercise in ontography, metaphorism, and carpentry. ** Litanizing - + +The litanizer can be installed from [[https://melpa.org/][MELPA]] or manually via [[https://github.com/zzkt/litanizer][github]]. + +#+BEGIN_SRC emacs-lisp + (use-package litanize + :config (defalias 'insert-litany #'litanize-at-point)) +#+END_SRC + +A litany can be generated in its own buffer, in the current buffer or programmatically as required. + ~M-x litanize~ will generate a litany in a new buffer ~M-x litanize-at-point~ will generate a litany at the point diff --git a/litanize.el b/litanize.el index 79f7ce3..8c8f069 100644 --- a/litanize.el +++ b/litanize.el @@ -4,10 +4,10 @@ ;; ;; AUTHOR: nik gaffney ;; Created: 2019-01-19 -;; Version: 0.1 +;; Version: 0.2 ;; Package-Requires: ((emacs "24.1") (enlive "0.0.1") (s "1.12.0")) ;; Keywords: tools, Latour Litany, alien phenomenology, ontography, metaphorism, carpentry -;; URL: https://github.com/zzkt/litanize +;; URL: https://github.com/zzkt/litanizer ;; This file is not part of GNU Emacs.