mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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)
|