Add aspell packages, configure flyspell-correct

This commit is contained in:
Riyyi
2021-06-30 15:57:42 +02:00
parent bf5e49cbc2
commit 6c593a9853
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -254,6 +254,9 @@ Install and configure packages.
((latex-indent-line . 4)
(latex-indent-region . 4)))
(smart-tabs-insinuate 'c 'c++ 'java 'python 'latex))
(use-package flyspell-correct
:after flyspell)
#+END_SRC
*** 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-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
(global-set-key [remap describe-command] #'helpful-command)
(global-set-key [remap describe-function] #'helpful-callable)
+2
View File
@@ -4,6 +4,8 @@ alsa-utils
arandr
arc-gtk-theme
arc-icon-theme
aspell-en
aspell-nl
base
breeze-icons
brightnessctl