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]]
|
- [[#magit][Magit]]
|
||||||
- [[#docker][Docker]]
|
- [[#docker][Docker]]
|
||||||
- [[#languages][Languages]]
|
- [[#languages][Languages]]
|
||||||
- [[#copilot][Copilot]]
|
|
||||||
- [[#mail][Mail]]
|
- [[#mail][Mail]]
|
||||||
|
|
||||||
* Packages initialization
|
* 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))
|
auto-mode-alist))
|
||||||
#+end_src
|
#+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
|
* Mail
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(autoload 'notmuch "notmuch" "notmuch mail" t)
|
(autoload 'notmuch "notmuch" "notmuch mail" t)
|
||||||
|
|
Loading…
Reference in a new issue