From 8cca23bd7a91392f2a54e0ddaa459c3e17d64137 Mon Sep 17 00:00:00 2001 From: Joshua Barrett Date: Fri, 12 Jun 2026 12:08:57 -0400 Subject: [PATCH] remove commented-out treesit-langs Now that we're on twist we have nix handle this stuff. Good riddance. --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index dfd441f..77d515b 100644 --- a/init.el +++ b/init.el @@ -270,10 +270,6 @@ :mode (("\\.ts\\'" . typescript-ts-mode) ("\\.toml\\'" . toml-ts-mode))) -;; ;; TODO export recipe -;; (use-package treesit-langs -;; :ensure t) - ;;; Diagnostic package configuration ;; Anything that supplies or displays generic code or text intelligence (red ;; squiggles, autorefactor, etc) goes here. -- 2.51.2