🔧 Configure epa and plstore encryption
This commit is contained in:
parent
c4d97d86e8
commit
2f254c4260
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue