Add copilot toggle to hydra Toggles.
This commit is contained in:
@ -185,10 +185,11 @@
|
|||||||
("w" global-display-fill-column-indicator-mode "fill column indicator" :toggle t)
|
("w" global-display-fill-column-indicator-mode "fill column indicator" :toggle t)
|
||||||
("t" global-hl-todo-mode "todo" :toggle t))
|
("t" global-hl-todo-mode "todo" :toggle t))
|
||||||
"Program"
|
"Program"
|
||||||
(("f" flymake-mode "flymake" :toggle t)
|
(("F" flymake-mode "flymake" :toggle t)
|
||||||
("c" flyspell-mode "spell check" :toggle t)
|
("f" flyspell-mode "spell check" :toggle t)
|
||||||
("u" subword-mode "subword" :toggle t)
|
("u" subword-mode "subword" :toggle t)
|
||||||
("v" global-diff-hl-mode "gutter" :toggle t)
|
("v" global-diff-hl-mode "gutter" :toggle t)
|
||||||
|
("c" global-copilot-mode "copilot" :toggle t)
|
||||||
("V" diff-hl-flydiff-mode "live gutter" :toggle t)
|
("V" diff-hl-flydiff-mode "live gutter" :toggle t)
|
||||||
("M" diff-hl-margin-mode "margin gutter" :toggle t)
|
("M" diff-hl-margin-mode "margin gutter" :toggle t)
|
||||||
("D" diff-hl-dired-mode "dired gutter" :toggle t))
|
("D" diff-hl-dired-mode "dired gutter" :toggle t))
|
||||||
|
Reference in New Issue
Block a user