Requested changes -- move defvar to preface

We can now remove the redundant hack.
This commit is contained in:
Ian Wahbe 2020-11-13 20:51:54 +01:00
parent ea16bb66c3
commit a31dced7bc
2 changed files with 6 additions and 13 deletions

View file

@ -57,12 +57,6 @@
or (and ispell-really-aspell ispell-program-name)
(executable-find "aspell"))
(user-error "Aspell is required for spell checking"))
;; HACK When spell-fu fails to initialize correctly, the init form for the
;; spell-fu use-package! is not called. This leaves emacs to assume that
;; certain variables are initialized when they are not. We bind what we
;; need.
(unless (boundp '+spell-correct-interface)
(+spell-defun-correct-interface))
(ispell-set-spellchecker-params)
(save-current-buffer