Added better spell check precommit check, personal dictionary, finished til post

This commit is contained in:
2025-10-01 00:45:31 -06:00
parent cf2d874f08
commit 6b68960e8a
4 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
];
shellHook = ''
# export ASPELL_CONF="dict-dir ${pkgs.aspellDicts.en}/lib/aspell"
export ASPELL_CONF="dict-dir ${pkgs.aspellDicts.en}/lib/aspell"
# Auto-install git hooks if not already installed
if [ ! -L .git/hooks/pre-commit ]; then