Move identity related vars out of --email
This commit is contained in:
parent
8454953992
commit
bd7ddd448e
1 changed files with 1 additions and 6 deletions
|
@ -23,13 +23,8 @@
|
||||||
(interactive)
|
(interactive)
|
||||||
(mml-secure-message-encrypt-pgpmime))
|
(mml-secure-message-encrypt-pgpmime))
|
||||||
|
|
||||||
(defvar user-full-location "(Nuremberg . Germany)")
|
|
||||||
|
|
||||||
(defvar mk/signature-name
|
(defvar mk/signature-name
|
||||||
(concat "Cheers, " user-full-name user-full-location "\n"))
|
(concat "Cheers, " user-full-name " " user-full-location "\n"))
|
||||||
|
|
||||||
(defvar mk/signature-gpg
|
|
||||||
"GnuPG Key: https://meta.sr.ht/~marcuskammer.pgp\nFingerprint: 86DB 0F30 F9F1 661A 54E2 1664 C374 817B E285 268F")
|
|
||||||
|
|
||||||
(defun mk/signature-time ()
|
(defun mk/signature-time ()
|
||||||
(format-time-string
|
(format-time-string
|
||||||
|
|
Loading…
Add table
Reference in a new issue