diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-11 05:21:57 -0500 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-11 05:21:57 -0500 |
commit | 4e69e8c215a4a750dad27bb000927cd92b004138 (patch) | |
tree | 720001793ca8918968bce99239457a7227e75e22 /init.el | |
parent | Remove OVERDUE section from `org-super-agenda` (diff) | |
download | mmosmacs-4e69e8c215a4a750dad27bb000927cd92b004138.tar.gz mmosmacs-4e69e8c215a4a750dad27bb000927cd92b004138.tar.bz2 mmosmacs-4e69e8c215a4a750dad27bb000927cd92b004138.zip |
Enable using Emacs for GPG pinentry
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -697,6 +697,23 @@ | |||
697 | 697 | ||
698 | 698 | ||
699 | ;; --------------------------------------------------------------------- | 699 | ;; --------------------------------------------------------------------- |
700 | ;;; Security | ||
701 | ;; --------- | ||
702 | ;; I'm studying to be a security professional, might as well start | ||
703 | ;; being secure about stuff. | ||
704 | ;; --------------------------------------------------------------------- | ||
705 | |||
706 | ;; --------------------------------- | ||
707 | ;; GPG | ||
708 | ;; --- | ||
709 | ;; Sign and encrypt files | ||
710 | ;; --------------------------------- | ||
711 | |||
712 | (setq epa-pinentry-mode 'loopback | ||
713 | auth-source-debug t) | ||
714 | |||
715 | |||
716 | ;; --------------------------------------------------------------------- | ||
700 | ;;; File, project, & repository management | 717 | ;;; File, project, & repository management |
701 | ;; --------------------------------------- | 718 | ;; --------------------------------------- |
702 | ;; This section contains everything to do with file, project, & repo | 719 | ;; This section contains everything to do with file, project, & repo |