Shkodran Veseli, Biolet, September Revolution & Subtle expression.

This commit is contained in:
nik gaffney 2020-01-07 09:46:02 +10:30
parent 12097c1eba
commit d505a6b111
2 changed files with 2 additions and 5 deletions

View file

@ -11,9 +11,9 @@ This is a simple version of Ian Bogost's method of generating "Latour Litanies"
** Litanizing
~M-x litanize~ will generate a litany in a new buffer
~M-x litanize~ will generate a litany in a new buffer
~M-x insert-litany~ will generate a litany at the point
~M-x litanize-at-point~ will generate a litany at the point
** Further

View file

@ -94,9 +94,6 @@
((= i 3) (insert " & "))
((= i 4) (insert ".")))))
;; provide an alias to 'insert-litany' avoid potential name collisions
(when (not (fboundp 'insert-litany))
(fset 'insert-litany #'litanize-at-point))
(provide 'litanize)