app/write: major refactor+rewrite

+ Make synosaurus unconditional
+ Move much of +write-mode into its hook
+ Conform README.org to template and expand it
+ Try to guess langtool-language-tool-jar
+ Update init.example.el entry
+ Remove redundant variables
+ Add +write-text-scale & +text-line-spacing variables
This commit is contained in:
Henrik Lissner 2018-02-13 17:50:58 -05:00
parent 896ca67076
commit 3080b68c84
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 178 additions and 76 deletions

View file

@ -1,11 +1,11 @@
;; -*- no-byte-compile: t; -*-
;;; app/write/packages.el
(package! synosaurus)
(package! mixed-pitch)
(when (featurep! +langtool)
(package! langtool))
(when (featurep! +wordnut)
(package! wordnut))
(when (featurep! +synosaurus)
(package! synosaurus))
(package! mixed-pitch)