From 4e69e8c215a4a750dad27bb000927cd92b004138 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sat, 11 Nov 2023 05:21:57 -0500 Subject: Enable using Emacs for GPG pinentry --- init.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index bc8aa81..3918da0 100644 --- a/init.el +++ b/init.el @@ -696,6 +696,23 @@ +;; --------------------------------------------------------------------- +;;; Security +;; --------- +;; I'm studying to be a security professional, might as well start +;; being secure about stuff. +;; --------------------------------------------------------------------- + +;; --------------------------------- +;; GPG +;; --- +;; Sign and encrypt files +;; --------------------------------- + +(setq epa-pinentry-mode 'loopback + auth-source-debug t) + + ;; --------------------------------------------------------------------- ;;; File, project, & repository management ;; --------------------------------------- -- cgit v1.2.3