Browse Source

Add aspell packages, configure flyspell-correct

master
Riyyi 3 years ago
parent
commit
6c593a9853
  1. 7
      .config/emacs/config.org
  2. 2
      packages

7
.config/emacs/config.org

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

@ -4,6 +4,8 @@ alsa-utils
arandr
arc-gtk-theme
arc-icon-theme
aspell-en
aspell-nl
base
breeze-icons
brightnessctl

Loading…
Cancel
Save