12 lines
237 B
EmacsLisp
12 lines
237 B
EmacsLisp
|
;; -*- no-byte-compile: t; -*-
|
||
|
;;; app/write/packages.el
|
||
|
|
||
|
(when (featurep! +langtool)
|
||
|
(package! langtool))
|
||
|
(when (featurep! +wordnut)
|
||
|
(package! wordnut))
|
||
|
(when (featurep! +synosaurus)
|
||
|
(package! synosaurus))
|
||
|
|
||
|
(package! mixed-pitch)
|