Compare commits
2 commits
10ca217da7
...
f9e570eb67
| Author | SHA1 | Date | |
|---|---|---|---|
| f9e570eb67 | |||
| 9a0aeb7186 |
2 changed files with 14 additions and 2 deletions
|
|
@ -1508,6 +1508,15 @@ Do this when you edit your project view."
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; Terminal
|
;; Terminal
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
(use-package eat :straight t)
|
;; (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)))
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|
|
||||||
|
|
@ -46,3 +46,6 @@ set -a terminal-features "tmux-direct:RGB"
|
||||||
|
|
||||||
# fish!
|
# fish!
|
||||||
set-option -g default-shell /bin/fish
|
set-option -g default-shell /bin/fish
|
||||||
|
|
||||||
|
# rebind the SSH_TTY environment variable on reconnect
|
||||||
|
set -ag update-environment "SSH_TTY"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue