2018-02-11 17:04:30 +08:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; app/write/packages.el
|
|
|
|
|
2018-02-13 17:50:58 -05:00
|
|
|
(package! synosaurus)
|
|
|
|
(package! mixed-pitch)
|
|
|
|
|
2018-02-11 17:04:30 +08:00
|
|
|
(when (featurep! +langtool)
|
|
|
|
(package! langtool))
|
|
|
|
(when (featurep! +wordnut)
|
|
|
|
(package! wordnut))
|
|
|
|
|
2019-05-17 01:08:57 -04:00
|
|
|
(package! visual-fill-column)
|