fix load-path for flyspell-correct
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user