diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 888f8a5..60fe291 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1508,15 +1508,6 @@ Do this when you edit your project view." ;; ================================================================= ;; Terminal ;; ================================================================= -;; (use-package eat :straight t) -(use-package eat - :straight '(eat :type git - :host codeberg - :repo "akib/emacs-eat" - :files ("*.el" ("term" "term/*.el") "*.texi" - "*.ti" ("terminfo/e" "terminfo/e/*") - ("terminfo/65" "terminfo/65/*") - ("integration" "integration/*") - (:exclude ".dir-locals.el" "*-tests.el"))) - :bind (("C-c T" . eat-project))) +(use-package eat :straight t) + ;;; init.el ends here diff --git a/.tmux.conf b/.tmux.conf index 4926d85..52b7011 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -46,6 +46,3 @@ set -a terminal-features "tmux-direct:RGB" # fish! set-option -g default-shell /bin/fish - -# rebind the SSH_TTY environment variable on reconnect -set -ag update-environment "SSH_TTY"