Make emacs anywhere spellcheck initial content (I should have done this

ages ago)
This commit is contained in:
tecosaur 2020-04-14 03:08:42 +08:00
parent 7e1c73866b
commit a5f9650395
1 changed files with 2 additions and 0 deletions

View File

@ -625,6 +625,8 @@ for ~GFM~, otherwise let's just use ~markdown~.
(define-key keymap (kbd "DEL") (lambda! (delete-region (point-min) (point-max))))
(define-key keymap (kbd "C-SPC") (lambda! (delete-region (point-min) (point-max))))
keymap))
;; I'll be honest with myself, I /need/ spellcheck
(flyspell-buffer)
;; disable tabs
(when (bound-and-true-p centaur-tabs-mode)
(centaur-tabs-local-mode t))))