From 9dc57c7c7e958f7e329344f5062dc04fa3a42210 Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Sat, 22 Mar 2025 16:52:52 +0000 Subject: [PATCH] term: remove eat --- config.el | 4 ---- lib.nix | 2 -- 2 files changed, 6 deletions(-) diff --git a/config.el b/config.el index 08f5f4c..08a9ab2 100644 --- a/config.el +++ b/config.el @@ -77,10 +77,6 @@ :config (setq c-basic-offset 4)) -(use-package eat - :bind (("C-x p t" . eat-project) - ("C-c t" . eat))) - (use-package spacious-padding :config (spacious-padding-mode)) diff --git a/lib.nix b/lib.nix index 7cfe9ad..4bf3c15 100644 --- a/lib.nix +++ b/lib.nix @@ -37,8 +37,6 @@ let qml-mode tuareg envrc - eat - notmuch ; treesit-grammars = epkgs.treesit-grammars.with-all-grammars; };