mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
13 lines
235 B
EmacsLisp
13 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)
|