Compare commits

..

No commits in common. "f9e570eb67a2f4b5da526c3dad9068db2cad804b" and "10ca217da7649f89c204917c9e227bd755f0e59a" have entirely different histories.

2 changed files with 2 additions and 14 deletions

View file

@ -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

View file

@ -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"