Update .emacs.d/README.org

This commit is contained in:
Anthony Rodriguez 2024-07-18 22:59:19 +02:00
parent d378b89139
commit 7ea00e1fde

View file

@ -27,7 +27,6 @@
- [[#docker][Docker]] - [[#docker][Docker]]
- [[#popper][popper]] - [[#popper][popper]]
- [[#languages][Languages]] - [[#languages][Languages]]
- [[#mail][Mail]]
* Packages initialization * Packages initialization
Here, we're initializing MELPA, as well as package.el and use-package. Here, we're initializing MELPA, as well as package.el and use-package.
@ -416,13 +415,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
* Mail
#+begin_src emacs-lisp
(autoload 'notmuch "notmuch" "notmuch mail" t)
(use-package notmuch
:defer t)
#+end_src
;; Local Variables: ;; Local Variables:
;; eval: (add-hook 'after-save-hook (lambda ()(if (y-or-n-p "Reload?")(load-file user-init-file))) nil t) ;; eval: (add-hook 'after-save-hook (lambda ()(if (y-or-n-p "Reload?")(load-file user-init-file))) nil t)
;; eval: (add-hook 'after-save-hook (lambda ()(if (y-or-n-p "Tangle?")(org-babel-tangle))) nil t) ;; eval: (add-hook 'after-save-hook (lambda ()(if (y-or-n-p "Tangle?")(org-babel-tangle))) nil t)