mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Requested changes -- move defvar to preface
We can now remove the redundant hack.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user