summaryrefslogtreecommitdiff
path: root/modules/common/emacs/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-06-02 00:25:24 +0300
committerAzat Bahawi <azat@bahawi.net>2023-06-02 00:25:24 +0300
commitc52fc7e6f12b0bceda5853cb541728139f34fafe (patch)
tree57377c17b3c2e71070d7e9df8e5b0ebffab0a3e0 /modules/common/emacs/default.nix
parentec144aaa8fb8c5a4b65e60bbc31a52d71d6e646a (diff)
2023-06-02
Diffstat (limited to 'modules/common/emacs/default.nix')
-rw-r--r--modules/common/emacs/default.nix3
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)