From 2f4815cd676204646503705172d6d53a61418ab4 Mon Sep 17 00:00:00 2001 From: Random936 Date: Fri, 16 Aug 2024 15:42:27 -0700 Subject: [PATCH] Removed unnecessary pass package --- dotfiles/.emacs.d/email.org | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dotfiles/.emacs.d/email.org b/dotfiles/.emacs.d/email.org index 57d40b6..627f7ea 100644 --- a/dotfiles/.emacs.d/email.org +++ b/dotfiles/.emacs.d/email.org @@ -32,15 +32,6 @@ Select all items listen here – ⌘ + a Export the items with ⇧ + ⌘ + e to the file ~/.mail/certificates/root-certificates.pem #+end_src -* Authentication with Pass - -Pass is a password manager made to be used on the Linux command line. To integrate /pass/ with Emacs, I can install the ~auth-source-pass~ package. - -#+begin_src emacs-lisp -(use-package auth-source-pass - :init (auth-source-pass-enable)) -#+end_src - * Mu4e In this section, I'm setting up ~mu4e~ to give emacs the capability to send emails using my gmail account. To start, you need to install the ~mu4e~ package outside of Emacs.