Skip to content

Commit 4729477

Browse files
committed
Copilot.el is now on MELPA
1 parent ef52d04 commit 4729477

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
[submodule "tmux/.tmux/tmux-extrakto"]
1212
path = tmux/.tmux/tmux-extrakto
1313
url = [email protected]:laktak/extrakto.git
14-
[submodule "emacs/.emacs.d/local/copilot.el"]
15-
path = emacs/.emacs.d/local/copilot.el
16-
url = [email protected]:zerolfx/copilot.el
1714
[submodule "emacs/.emacs.d/local/ajrepl"]
1815
path = emacs/.emacs.d/local/ajrepl
1916
url = [email protected]:sogaiu/ajrepl

emacs/.emacs.d/local/copilot.el

-1
This file was deleted.

emacs/.emacs.d/settings.org

-3
Original file line numberDiff line numberDiff line change
@@ -924,10 +924,7 @@ Should I be using eglot?
924924
Github copilot suggestions.
925925

926926
#+begin_src emacs-lisp
927-
(use-package editorconfig)
928927
(use-package copilot
929-
:requires (dash s editorconfig)
930-
:load-path "local/copilot.el"
931928
:hook (prog-mode . copilot-mode)
932929
:general
933930
(:states 'insert

0 commit comments

Comments
 (0)