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