aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-08-23 10:30:24 -0700
committerGravatar Tom Willemse2021-08-23 10:30:24 -0700
commit3eedef720334fb6e36b28dd2c5be4d3d21d8b09d (patch)
tree8f2789128e784dda3b2f1264c6aad0d469e70510
parent352f61ef62df83ec3d8b527ebed1fc40d7b80527 (diff)
downloademacs-config-3eedef720334fb6e36b28dd2c5be4d3d21d8b09d.tar.gz
emacs-config-3eedef720334fb6e36b28dd2c5be4d3d21d8b09d.zip
[oni-package] Remove setting ‘package-gnupghome-dir’ on Windows
There are multiple versions of the gnupg binary available on Windows. One from MSYS2 and one from Cygwin at the very least. And which one works is heavily dependent on the rest of the system configuration and the way Emacs is installed.
-rw-r--r--oni-package.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/oni-package.el b/oni-package.el
index 8a95c66..77e4cef 100644
--- a/oni-package.el
+++ b/oni-package.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0727.124038
+;; Version: 2021.0823.102817
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -114,9 +114,6 @@ DESCRIPTION is the text of the news item."
(add-hook 'package-menu-mode-hook 'hl-line-mode)
-(when (eql system-type 'windows-nt)
- (setq package-gnupghome-dir "/c/Users/WillemsenT/.emacs.d/elpa/gnupg"))
-
;;;###autoload (with-eval-after-load 'package (require 'oni-package))
;;;###autoload (with-eval-after-load 'package-x (require 'oni-package))