term: remove eat

This commit is contained in:
Artur Manuel 2025-03-22 16:52:52 +00:00
commit 9dc57c7c7e
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
2 changed files with 0 additions and 6 deletions

View file

@ -77,10 +77,6 @@
:config :config
(setq c-basic-offset 4)) (setq c-basic-offset 4))
(use-package eat
:bind (("C-x p t" . eat-project)
("C-c t" . eat)))
(use-package spacious-padding (use-package spacious-padding
:config :config
(spacious-padding-mode)) (spacious-padding-mode))

View file

@ -37,8 +37,6 @@ let
qml-mode qml-mode
tuareg tuareg
envrc envrc
eat
notmuch
; ;
treesit-grammars = epkgs.treesit-grammars.with-all-grammars; treesit-grammars = epkgs.treesit-grammars.with-all-grammars;
}; };