feat: keybindings for eat
This commit is contained in:
parent
321b1ebab7
commit
19a529c102
1 changed files with 7 additions and 0 deletions
|
@ -75,4 +75,11 @@
|
||||||
:custom
|
:custom
|
||||||
(c-basic-offset 4))
|
(c-basic-offset 4))
|
||||||
|
|
||||||
|
(use-package eat
|
||||||
|
:init
|
||||||
|
(add-hook 'eshell-load-hook #'eat-eshell-mode)
|
||||||
|
(add-hook 'eshell-load-hook #'eat-eshell-visual-command-mode)
|
||||||
|
:bind (("C-c t" . eat)
|
||||||
|
("C-x p t" . eat-project)))
|
||||||
|
|
||||||
(provide 'config)
|
(provide 'config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue