Shkodran Veseli, Biolet, September Revolution & Subtle expression.
This commit is contained in:
parent
12097c1eba
commit
d505a6b111
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue