summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-03-09 16:03:26 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2024-03-09 16:03:26 +0000
commit1ecec95206799978d5f8707916acf32dfc4a2c98 (patch)
tree2b13cd9a3e7b39322f1cb864a2052de391f6d783 /emacs/init.el
parentb4e11e640e1d07d4a8615ca71dcc66b26c590d29 (diff)
emacs: Set ‘package-gnupghome-dir’ in init.el
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 190dc03..33ce9db 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -17,6 +17,7 @@
display-time-24hr-format t
fill-column 72
inhibit-startup-screen t
+ package-gnupghome-dir (expand-file-name "gnupg" package-user-dir)
recenter-positions '(3 middle top bottom)
require-final-newline t
ring-bell-function #'ignore