Update .emacs.d/README.org

This commit is contained in:
Anthony Rodriguez 2024-07-08 10:26:36 +02:00
parent 64c154c6f6
commit 35df0b7345

View file

@ -410,6 +410,7 @@ Tree-sitter is a built-in Emacs package that allows us to have extremely well in
:bind (:map copilot-completion-map :bind (:map copilot-completion-map
("TAB" . copilot-accept-completion))) ("TAB" . copilot-accept-completion)))
#+end_src #+end_src
* Mail * Mail
#+begin_src emacs-lisp #+begin_src emacs-lisp
(autoload 'notmuch "notmuch" "notmuch mail" t) (autoload 'notmuch "notmuch" "notmuch mail" t)