9da3ffee41
This is a massive diff that I had to do in a hurry - when leaving Urbint. I'm pretty sure that most of these are updating Emacs packages, but I'm not positive.
12 lines
344 B
EmacsLisp
12 lines
344 B
EmacsLisp
(define-package "writeroom-mode" "20170623.1027" "Minor mode for distraction-free writing"
|
|
'((emacs "24.1")
|
|
(visual-fill-column "1.9"))
|
|
:keywords
|
|
'("text")
|
|
:authors
|
|
'(("Joost Kremers" . "joostkremers@fastmail.fm"))
|
|
:maintainer
|
|
'("Joost Kremers" . "joostkremers@fastmail.fm"))
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|