whole-line-or-region when C-w

This commit is contained in:
EliasVincent 2025-01-06 22:01:22 +01:00
parent 3d6cf462d0
commit b12c9de2ad
2 changed files with 2 additions and 0 deletions

View File

@ -161,3 +161,4 @@
("TAB" . 'copilot-accept-completion) ("TAB" . 'copilot-accept-completion)
("C-TAB" . 'copilot-accept-completion-by-word) ("C-TAB" . 'copilot-accept-completion-by-word)
("C-<tab>" . 'copilot-accept-completion-by-word))) ("C-<tab>" . 'copilot-accept-completion-by-word)))
(whole-line-or-region-global-mode 1)

View File

@ -56,3 +56,4 @@
(package! jsonrpc) (package! jsonrpc)
(package! copilot (package! copilot
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el"))) :recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
(package! whole-line-or-region)