Configure spell checking
This commit is contained in:
parent
d6dc7e9b2c
commit
846f6e10b2
2 changed files with 12 additions and 0 deletions
|
@ -28,6 +28,11 @@
|
|||
{ path = ".cache/emacs"; type = "cache"; }
|
||||
];
|
||||
|
||||
services.languagetool = {
|
||||
enable = true;
|
||||
settings.cacheSize = 10000;
|
||||
};
|
||||
|
||||
home-manager.users.charlotte = { ... }: {
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue