Update .emacs.d/README.org
This commit is contained in:
parent
d378b89139
commit
7ea00e1fde
1 changed files with 0 additions and 8 deletions
|
@ -27,7 +27,6 @@
|
|||
- [[#docker][Docker]]
|
||||
- [[#popper][popper]]
|
||||
- [[#languages][Languages]]
|
||||
- [[#mail][Mail]]
|
||||
|
||||
* Packages initialization
|
||||
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))
|
||||
#+end_src
|
||||
|
||||
* Mail
|
||||
#+begin_src emacs-lisp
|
||||
(autoload 'notmuch "notmuch" "notmuch mail" t)
|
||||
(use-package notmuch
|
||||
:defer t)
|
||||
#+end_src
|
||||
|
||||
;; 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 "Tangle?")(org-babel-tangle))) nil t)
|
||||
|
|
Loading…
Reference in a new issue