"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:
Herbert Jones 2015-02-23 06:29:53 -06:00 committed by syl20bnr
parent 623489f374
commit c7b53e5b2b

View file

@ -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