about summary refs log tree commit diff
path: root/overlays
diff options
context:
space:
mode:
authorJason Jackson <jasonjckn@gmail.com>2022-12-02 14:53:05 -0800
committerBrian Leung <29217594+leungbk@users.noreply.github.com>2022-12-02 18:44:29 -0800
commit7f6e28bdd8958d8446797f201172c3e43dada0de (patch)
tree1207f1c58103d9cc780681fbcebe657e9aa64792 /overlays
parentd4684817168d71cd7167f6cec7d910f1311e1cd0 (diff)
downloadnixlib-7f6e28bdd8958d8446797f201172c3e43dada0de.tar
nixlib-7f6e28bdd8958d8446797f201172c3e43dada0de.tar.gz
nixlib-7f6e28bdd8958d8446797f201172c3e43dada0de.tar.bz2
nixlib-7f6e28bdd8958d8446797f201172c3e43dada0de.tar.lz
nixlib-7f6e28bdd8958d8446797f201172c3e43dada0de.tar.xz
nixlib-7f6e28bdd8958d8446797f201172c3e43dada0de.tar.zst
nixlib-7f6e28bdd8958d8446797f201172c3e43dada0de.zip
TODO: write commit message
Diffstat (limited to 'overlays')
-rw-r--r--overlays/emacs.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/overlays/emacs.nix b/overlays/emacs.nix
index 76eed9284aaf..6baea1754f68 100644
--- a/overlays/emacs.nix
+++ b/overlays/emacs.nix
@@ -92,8 +92,7 @@ let
             # before building the `.el` files, we need to allow the `tree-sitter` libraries
             # bundled in emacs to be dynamically loaded.
             TREE_SITTER_LIBS = super.lib.concatStringsSep " " ([ "-ltree-sitter" ] ++ (map linkerFlag plugins));
-            # Fixes tree sitter error: "Buffer has no parser"
-            # Configure emacs where libraries exist nix store.
+            # Add to directories that tree-sitter looks in for language definitions / shared object parsers
             postPatch = old.postPatch + ''
                  substituteInPlace src/treesit.c \
                  --replace "Vtreesit_extra_load_path = Qnil;" \