Update .emacs.d/README.org
This commit is contained in:
parent
f654a824f1
commit
1b5375653a
1 changed files with 0 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue