fix load-path for flyspell-correct

This commit is contained in:
2022-01-11 00:18:48 +01:00
parent f2f149b65f
commit 94d72170d0

View File

@@ -12,6 +12,7 @@
;;; Code:
(use-package flyspell-correct
:load-path (lambda() (concat config-dir "lisp/flyspell-correct"))
:after flyspell
:bind (:map flyspell-mode-map ("C-;" . flyspell-correct-wrapper)))