Update .emacs.d/README.org

This commit is contained in:
Anthony Rodriguez 2024-07-15 23:26:39 +02:00
parent f654a824f1
commit 1b5375653a

View file

@ -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)