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