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