diff options
| author | Emily <vcs@emily.moe> | 2024-07-26 17:02:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-26 17:02:42 +0100 |
| commit | 72bbc11aedcaba6f9a748786bb0aff9213d8fb36 (patch) | |
| tree | a29c42ceec40d931b49bd30a7e0604dbb7c84a61 /modules/examples | |
| parent | 884f3fe6d9bf056ba0017c132c39c1f0d07d4fec (diff) | |
| parent | be14a2add172621f1d02b0457e50a6a96fd9b73b (diff) | |
Merge pull request #966 from 347Online/master
Add inline prediction option mirroring the capitalization option
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 2edf6cb..96954d2 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -10,6 +10,7 @@ system.defaults.NSGlobalDomain.InitialKeyRepeat = 10; system.defaults.NSGlobalDomain.KeyRepeat = 1; system.defaults.NSGlobalDomain.NSAutomaticCapitalizationEnabled = false; + system.defaults.NSGlobalDomain.NSAutomaticInlinePredictionEnabled = false; system.defaults.NSGlobalDomain.NSAutomaticDashSubstitutionEnabled = false; system.defaults.NSGlobalDomain.NSAutomaticPeriodSubstitutionEnabled = false; system.defaults.NSGlobalDomain.NSAutomaticQuoteSubstitutionEnabled = false; |
