fix load-path for flyspell-correct
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(use-package flyspell-correct
|
(use-package flyspell-correct
|
||||||
|
:load-path (lambda() (concat config-dir "lisp/flyspell-correct"))
|
||||||
:after flyspell
|
:after flyspell
|
||||||
:bind (:map flyspell-mode-map ("C-;" . flyspell-correct-wrapper)))
|
:bind (:map flyspell-mode-map ("C-;" . flyspell-correct-wrapper)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user