diff --git a/dot_emacs.d/README.org b/dot_emacs.d/README.org index 3b32dc4..4fc772c 100644 --- a/dot_emacs.d/README.org +++ b/dot_emacs.d/README.org @@ -27,7 +27,6 @@ - [[#magit][Magit]] - [[#docker][Docker]] - [[#languages][Languages]] - - [[#copilot][Copilot]] - [[#mail][Mail]] * Packages initialization @@ -396,17 +395,6 @@ Tree-sitter is a built-in Emacs package that allows us to have extremely well in auto-mode-alist)) #+end_src -** Copilot -#+begin_src emacs-lisp - (use-package copilot - :vc - (:fetcher github :repo copilot-emacs/copilot.el) - :hook - (eglot--managed-mode . copilot-mode) - :bind (:map copilot-completion-map - ("TAB" . copilot-accept-completion))) -#+end_src - * Mail #+begin_src emacs-lisp (autoload 'notmuch "notmuch" "notmuch mail" t)