diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-01-15 11:02:37 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-01-15 11:02:37 +0300 |
commit | 6552c02a332882914c2fae08c6166b94d4682e00 (patch) | |
tree | 0c2f3fac0b66885bc9665ec67a7425fc31875f47 /modules/common/emacs | |
parent | 2024-01-08 (diff) |
2024-01-15
Diffstat (limited to '')
-rw-r--r-- | modules/common/emacs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/emacs/default.nix b/modules/common/emacs/default.nix index 7cd06e0..d16d168 100644 --- a/modules/common/emacs/default.nix +++ b/modules/common/emacs/default.nix @@ -133,7 +133,7 @@ in { texlab # lang (tex +lsp) texlive.combined.scheme-full # :lang org tex unzip # :tools debugger - wordnet # :tools (lookup +dictionary +offline) + # wordnet # :tools (lookup +dictionary +offline) yaml-language-server # :lang (yaml +lsp) zig # :lang zig :editor format zls # :lang (zig +lsp) |