aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el17
1 files changed, 17 insertions, 0 deletions
diff --git a/init.el b/init.el
index bc8aa81..3918da0 100644
--- a/init.el
+++ b/init.el
@@ -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