diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-01-05 21:36:26 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-01-05 21:36:26 +0300 |
commit | 458e552a9da54b2bb40f3e5fd9091117ade5063c (patch) | |
tree | 52fe5c6a4286b42c13d2c698a93473a63ae43a18 /modules/common/emacs | |
parent | 2024-01-04 (diff) |
2024-01-05
Diffstat (limited to '')
-rw-r--r-- | modules/common/emacs/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/common/emacs/default.nix b/modules/common/emacs/default.nix index 6d1b549..7cd06e0 100644 --- a/modules/common/emacs/default.nix +++ b/modules/common/emacs/default.nix @@ -64,7 +64,6 @@ in { extraBins = with pkgs; [ (aspellWithDicts (p: with p; [en ru])) # :checkers (spell +aspell) - # wordnet # :tools (lookup +dictionary +offline) asmfmt # :editor format cargo # :lang rust clang-tools # :lang (cc +lsp) :editor format @@ -114,6 +113,7 @@ in { pandoc # :lang org markdown latex pinentry-emacs # doom! pipenv # :lang python + poetry # :lang python pre-commit # :tools magit python3 # :lang python python3Packages.black # :lang python :editor format @@ -133,6 +133,7 @@ in { texlab # lang (tex +lsp) texlive.combined.scheme-full # :lang org tex unzip # :tools debugger + wordnet # :tools (lookup +dictionary +offline) yaml-language-server # :lang (yaml +lsp) zig # :lang zig :editor format zls # :lang (zig +lsp) |