🔧 Configure epa and plstore encryption

This commit is contained in:
Marcel Kapfer 2025-06-28 15:18:37 +02:00
parent c4d97d86e8
commit 2f254c4260
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -71,6 +71,13 @@ My work machine is called “mccarthy” and there is some configuration which I
user-mail-address "opensource@mmk2410.org") user-mail-address "opensource@mmk2410.org")
#+end_src #+end_src
** Encryption
#+begin_src emacs-lisp
(setq plstore-encrypt-to "opensource@mmk2410.org"
epa-file-encrypt-to "opensource@mmk2410.org")
#+end_src
** Date & Time ** Date & Time
Set the first day of the week to Mondays. Set the first day of the week to Mondays.