It is not essential enough to keep in Doom core. I'm working on a new module (or a rewrite for app/write) to replace it.
12 lines
235 B
EmacsLisp
12 lines
235 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; app/write/packages.el
|
|
|
|
(package! synosaurus)
|
|
(package! mixed-pitch)
|
|
|
|
(when (featurep! +langtool)
|
|
(package! langtool))
|
|
(when (featurep! +wordnut)
|
|
(package! wordnut))
|
|
|
|
(package! visual-fill-column)
|