system changes

This commit is contained in:
jjanzen 2025-01-08 18:56:09 -06:00
parent d7a8adb889
commit 7f46d1cc0e

View file

@ -288,7 +288,7 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively.
:hook
(text-mode . flyspell-mode)
:bind
(:map flyspell-mode-map ("C-;" . flyspell-correct-word)))
(:map flyspell-mode-map ("C-;" . flyspell-correct-wrapper)))
#+end_src
Install =yasnippet= for managing snippets and =yasnippet-snippets= for a collection of useful snippets.