From 6973d5e562557b8f7e8f61402398081f0e7d8bf7 Mon Sep 17 00:00:00 2001 From: Antonin Ruan Date: Tue, 19 Aug 2025 16:03:30 +0200 Subject: [PATCH] Remove unused grammar import for treesitter --- .emacs | 2 -- 1 file changed, 2 deletions(-) diff --git a/.emacs b/.emacs index 0798738..0c519fd 100644 --- a/.emacs +++ b/.emacs @@ -325,8 +325,6 @@ (make "https://github.com/alemuller/tree-sitter-make") (elisp "https://github.com/Wilfred/tree-sitter-elisp") (cmake "https://github.com/uyha/tree-sitter-cmake") - (c "https://github.com/tree-sitter/tree-sitter-c") - (cpp "https://github.com/tree-sitter/tree-sitter-cpp") (toml "https://github.com/tree-sitter/tree-sitter-toml") (tsx . ("https://github.com/tree-sitter/tree-sitter-typescript" "v0.20.3" "tsx/src")) (typescript . ("https://github.com/tree-sitter/tree-sitter-typescript" "v0.20.3" "typescript/src"))