[emacs] Fix binding that got lost
This commit is contained in:
parent
7df30b6e67
commit
23f918c458
2 changed files with 7 additions and 6 deletions
|
|
@ -1501,7 +1501,8 @@ Do this when you edit your project view."
|
|||
;; =================================================================
|
||||
;; Terminal
|
||||
;; =================================================================
|
||||
(use-package eat :ensure t)
|
||||
(use-package eat :ensure t
|
||||
:bind (("C-c T" . eat-project)))
|
||||
|
||||
;; =================================================================
|
||||
;; ron-mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue