From d1af1a6f42937904d29059a9fec27f1522b9b0cb Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 10 Sep 2018 09:19:56 +0200 Subject: [PATCH] =?UTF-8?q?Set=20epg=E2=80=99s=20GPG=20path=20to=20gpg2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customizations.el | 1 + 1 file changed, 1 insertion(+) diff --git a/customizations.el b/customizations.el index d18b924..82eace2 100644 --- a/customizations.el +++ b/customizations.el @@ -15,6 +15,7 @@ (quote ("84d2f9eeb3f82d619ca4bfffe5f157282f4779732f48a5ac1484d94d5ff5b279" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default))) '(echo-keystrokes 0.1) + '(epg-gpg-program "gpg2") '(fill-column 98) '(foreground-color "#5c5cff") '(indent-tabs-mode nil)