[emacs] Fix binding that got lost
This commit is contained in:
parent
7df30b6e67
commit
23f918c458
2 changed files with 7 additions and 6 deletions
|
|
@ -66,11 +66,11 @@
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(adaptive-wrap add-node-modules-path bazel blacken claudemacs clipetty
|
'(adaptive-wrap add-node-modules-path bazel blacken claudemacs clipetty
|
||||||
clojure-mode company dap-mode deadgrep doom-themes
|
clojure-mode company dap-mode deadgrep doom-themes
|
||||||
earthfile-mode eglot-java filladapt fish-mode flycheck-elm
|
earthfile-mode eat eglot-java filladapt fish-mode
|
||||||
go-mode howm ink-mode jsonnet-mode magit poly-markdown
|
flycheck-elm go-mode howm ink-mode jsonnet-mode magit
|
||||||
prettier-js protobuf-mode ron-mode rust-mode scala-ts-mode
|
poly-markdown prettier-js protobuf-mode ron-mode rust-mode
|
||||||
sql-indent swift-mode terraform-mode typescript-mode
|
scala-ts-mode sql-indent swift-mode terraform-mode
|
||||||
wgsl-mode xterm-color zig-mode))
|
typescript-mode wgsl-mode xterm-color zig-mode))
|
||||||
'(package-vc-selected-packages '((claudemacs :url "https://github.com/cpoile/claudemacs")))
|
'(package-vc-selected-packages '((claudemacs :url "https://github.com/cpoile/claudemacs")))
|
||||||
'(reb-re-syntax 'string)
|
'(reb-re-syntax 'string)
|
||||||
'(rmail-mail-new-frame t)
|
'(rmail-mail-new-frame t)
|
||||||
|
|
|
||||||
|
|
@ -1501,7 +1501,8 @@ Do this when you edit your project view."
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; Terminal
|
;; Terminal
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
(use-package eat :ensure t)
|
(use-package eat :ensure t
|
||||||
|
:bind (("C-c T" . eat-project)))
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; ron-mode
|
;; ron-mode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue