| Age | Commit message (Collapse) | Author |
|
Remove unnecessary autoload directives from various functions across
multiple modules, cleaning up the codebase and improving
readability. These directives were redundant and not needed for the
current project setup.
|
|
Refactor flyspell and abbrev functionalities to improve spell
checking workflow. Key changes include detailed workflow
documentation, manual activation of flyspell, deferred configuration
for abbrev, and enhanced correction process. This update introduces
automatic abbrev creation for corrected misspellings, significantly
increasing typing speed over time. Additional changes include
command simplification and updated keybindings for a more
streamlined user experience.
|
|
|
|
"C-;" is used for the custom-keymap prefix, but flyspell also grabs it when loaded. Since Flyspell-mode-map will override it locally when launched, I unset the keybinding after launch in :config
|
|
|