diff options
| -rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -44,6 +44,11 @@ (global-set-key (kbd "M-\\") #'just-one-space) ; Leave one space instead of killing all +;; Spellcheck +(setq ispell-program-name "aspell") +(add-hook 'text-mode-hook 'flyspell-mode) +(add-hook 'prog-mode-hook 'flyspell-prog-mode) + ;; Multiple-cursors (use-package multiple-cursors :bind |
