From 23f918c458aa1e288515ac9baea42b81eae1ef10 Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 11 Mar 2026 12:49:37 +0000 Subject: [PATCH] [emacs] Fix binding that got lost --- .emacs.d/custom.el | 10 +++++----- .emacs.d/init.el | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index a3d801c..32d0c41 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -66,11 +66,11 @@ '(package-selected-packages '(adaptive-wrap add-node-modules-path bazel blacken claudemacs clipetty clojure-mode company dap-mode deadgrep doom-themes - earthfile-mode eglot-java filladapt fish-mode flycheck-elm - go-mode howm ink-mode jsonnet-mode magit poly-markdown - prettier-js protobuf-mode ron-mode rust-mode scala-ts-mode - sql-indent swift-mode terraform-mode typescript-mode - wgsl-mode xterm-color zig-mode)) + earthfile-mode eat eglot-java filladapt fish-mode + flycheck-elm go-mode howm ink-mode jsonnet-mode magit + poly-markdown prettier-js protobuf-mode ron-mode rust-mode + scala-ts-mode sql-indent swift-mode terraform-mode + typescript-mode wgsl-mode xterm-color zig-mode)) '(package-vc-selected-packages '((claudemacs :url "https://github.com/cpoile/claudemacs"))) '(reb-re-syntax 'string) '(rmail-mail-new-frame t) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 356cc23..cf9d655 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1501,7 +1501,8 @@ Do this when you edit your project view." ;; ================================================================= ;; Terminal ;; ================================================================= -(use-package eat :ensure t) +(use-package eat :ensure t + :bind (("C-c T" . eat-project))) ;; ================================================================= ;; ron-mode