"SPC S d" calls ispell-change-dictionary
"SPC S d" perform a dictionary change according to the documentation. Left auto-dictionary binding alone as auto-dictionary package is disabled and may be correct behavior if it weren't disabled.
This commit is contained in:
parent
623489f374
commit
c7b53e5b2b
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@
|
|||
"nw" 'widen))
|
||||
;; spell check ---------------------------------------------------------------
|
||||
(evil-leader/set-key
|
||||
"Sd" 'ispell-change-dictionary
|
||||
"Sn" 'flyspell-goto-next-error)
|
||||
;; toggle ---------------------------------------------------------------------
|
||||
(spacemacs|add-toggle fill-column-indicator
|
||||
|
|
Reference in a new issue