diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-06-02 00:25:24 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-06-02 00:25:24 +0300 |
commit | c52fc7e6f12b0bceda5853cb541728139f34fafe (patch) | |
tree | 57377c17b3c2e71070d7e9df8e5b0ebffab0a3e0 /modules/common/emacs | |
parent | 2023-06-01 (diff) |
2023-06-02
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 5499d48..d9a5922 100644 --- a/modules/common/emacs/default.nix +++ b/modules/common/emacs/default.nix @@ -113,7 +113,8 @@ in { shfmt # :lang sh :editor format sqlite # :lang (org +roam2) :tools lookup texlab # lang (tex +lsp) - texlive.combined.scheme-full # :lang org tex + # FIXME https://github.com/NixOS/nixpkgs/issues/235434 + # texlive.combined.scheme-full # :lang org tex unzip # :tools debugger wordnet # :tools (lookup +dictionary +offline) yaml-language-server # :lang (yaml +lsp) |