mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
added alcord
This commit is contained in:
@@ -71,6 +71,9 @@
|
|||||||
(or (copilot-accept-completion)
|
(or (copilot-accept-completion)
|
||||||
(company-indent-or-complete-common nil)))
|
(company-indent-or-complete-common nil)))
|
||||||
|
|
||||||
|
(require 'elcord)
|
||||||
|
(elcord-mode)
|
||||||
|
|
||||||
(use-package! copilot
|
(use-package! copilot
|
||||||
:hook (prog-mode . copilot-mode)
|
:hook (prog-mode . copilot-mode)
|
||||||
:bind (("C-TAB" . 'copilot-accept-completion-by-word)
|
:bind (("C-TAB" . 'copilot-accept-completion-by-word)
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
;(unpin! pinned-package another-pinned-package)
|
;(unpin! pinned-package another-pinned-package)
|
||||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||||
;(unpin! t)
|
;(unpin! t)
|
||||||
|
(package! elcord)
|
||||||
(package! fill-column-indicator)
|
(package! fill-column-indicator)
|
||||||
(package! rainbow-mode)
|
(package! rainbow-mode)
|
||||||
(package! poly-org)
|
(package! poly-org)
|
||||||
|
|||||||
Reference in New Issue
Block a user