Commit e31b561f1b22

Vincent Demeester <vincent@sbr.pm>
2025-03-28 13:52:06
tools/emacs: add eat as command as well
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 12b360f
Changed files (1)
tools
emacs
tools/emacs/config/config-shells.el
@@ -288,6 +288,7 @@ using either KUBECONFIG or ~/.kube/config"
      " ")))
 
 (use-package eat
+  :commands (eat)
   :init (setq eat-kill-buffer-on-exit t
 	      eat-enable-yank-to-terminal t)
   :hook ((eshell-mode . eat-eshell-mode)