Add aspell packages, configure flyspell-correct
This commit is contained in:
@@ -254,6 +254,9 @@ Install and configure packages.
|
|||||||
((latex-indent-line . 4)
|
((latex-indent-line . 4)
|
||||||
(latex-indent-region . 4)))
|
(latex-indent-region . 4)))
|
||||||
(smart-tabs-insinuate 'c 'c++ 'java 'python 'latex))
|
(smart-tabs-insinuate 'c 'c++ 'java 'python 'latex))
|
||||||
|
|
||||||
|
(use-package flyspell-correct
|
||||||
|
:after flyspell)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Evil
|
*** Evil
|
||||||
@@ -1598,6 +1601,10 @@ Set keybinds to functionality of installed packages.
|
|||||||
(global-set-key (kbd "M-s") 'avy-goto-char-timer)
|
(global-set-key (kbd "M-s") 'avy-goto-char-timer)
|
||||||
(global-set-key (kbd "M-x") 'dot/M-x)
|
(global-set-key (kbd "M-x") 'dot/M-x)
|
||||||
|
|
||||||
|
;; flyspell-correct
|
||||||
|
(with-eval-after-load 'flyspell-correct
|
||||||
|
(global-set-key [remap ispell-word] #'flyspell-correct-at-point)) ; z=
|
||||||
|
|
||||||
;; Helpful overwrite default help functions
|
;; Helpful overwrite default help functions
|
||||||
(global-set-key [remap describe-command] #'helpful-command)
|
(global-set-key [remap describe-command] #'helpful-command)
|
||||||
(global-set-key [remap describe-function] #'helpful-callable)
|
(global-set-key [remap describe-function] #'helpful-callable)
|
||||||
|
|||||||
Reference in New Issue
Block a user