Skip to content

Commit

Permalink
emacs: remove copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhoy committed Sep 24, 2024
1 parent dfef2d9 commit a251d4d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "emacs.d/site-lisp/ruby-test-mode"]
path = emacs.d/site-lisp/ruby-test-mode
url = https://github.com/mjhoy/ruby-test-mode.git
[submodule "emacs.d/site-lisp/copilot"]
path = emacs.d/site-lisp/copilot
url = https://github.com/zerolfx/copilot.el.git
[submodule "emacs.d/site-lisp/org-ai"]
path = emacs.d/site-lisp/org-ai
url = [email protected]:rksm/org-ai.git
1 change: 0 additions & 1 deletion .ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/nixpkgs/
/emacs.d/site-lisp/copilot/dist/
/emacs.d/forge-database*
1 change: 0 additions & 1 deletion emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
(require 'init-protobuf)
(require 'init-term)
(require 'init-gpt)
(require 'init-copilot)
(require 'init-folding)
(require 'init-avy)
(require 'init-ledger)
Expand Down
37 changes: 0 additions & 37 deletions emacs.d/lisp/init-copilot.el

This file was deleted.

2 changes: 0 additions & 2 deletions emacs.d/lisp/init-diminish.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
'(diminish 'cargo-minor-mode))
(eval-after-load "eldoc"
'(diminish 'eldoc-mode))
(eval-after-load "copilot"
'(diminish 'copilot-mode ""))
(eval-after-load "init-ivy"
'(diminish 'ivy-mode))
(eval-after-load "auto-dim-other-buffers"
Expand Down
1 change: 0 additions & 1 deletion emacs.d/site-lisp/copilot
Submodule copilot deleted from fb4d4e

0 comments on commit a251d4d

Please sign in to comment.