whole-line-or-region when C-w
This commit is contained in:
parent
3d6cf462d0
commit
b12c9de2ad
|
@ -161,3 +161,4 @@
|
|||
("TAB" . 'copilot-accept-completion)
|
||||
("C-TAB" . 'copilot-accept-completion-by-word)
|
||||
("C-<tab>" . 'copilot-accept-completion-by-word)))
|
||||
(whole-line-or-region-global-mode 1)
|
||||
|
|
|
@ -56,3 +56,4 @@
|
|||
(package! jsonrpc)
|
||||
(package! copilot
|
||||
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
|
||||
(package! whole-line-or-region)
|
||||
|
|
Loading…
Reference in New Issue