mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -08:00
9 lines
286 B
EmacsLisp
9 lines
286 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/flyspell/packages.el
|
|
|
|
(package! flyspell-correct)
|
|
(cond ((featurep! :completion ivy)
|
|
(package! flyspell-correct-ivy))
|
|
((featurep! :completion helm)
|
|
(package! flyspell-correct-helm))
|
|
((package! flyspell-correct-popup)))
|