emacs-configuration: Remove org-mu4e

* user-config/emacs/.emacs.d/config.org: org-mu4e is long depreciated, and replaced by
org-mime (for org-mode emails) and org links are now supported as part of mu4e directly.
This commit is contained in:
Collin J. Doering 2023-12-22 09:40:26 -05:00
parent 8fd98c66cb
commit cd6d52a69d
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 0 additions and 5 deletions

View File

@ -2024,11 +2024,6 @@ Use [[http://gnuplot.sourceforge.net/][gnuplot]] alongside org-mode to generate
;; :config (org-ac/config-default))
#+end_src
#+begin_src emacs-lisp
(use-package org-mu4e
:after org mu4e)
#+end_src
#+begin_src emacs-lisp
(use-package ob-async
:after org