From f3363be3ae995c6809c6cde9156493e6a1221b12 Mon Sep 17 00:00:00 2001 From: niku Date: Thu, 6 Apr 2017 20:26:54 +0900 Subject: [PATCH] Add target of executable command for encryption --- twittering-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/twittering-mode.el b/twittering-mode.el index a2fc6eb6..db0630bf 100644 --- a/twittering-mode.el +++ b/twittering-mode.el @@ -3859,7 +3859,9 @@ like following: (defun twittering-capable-of-encryption-p () (and (or (require 'epa nil t) (require 'alpaca nil t)) - (or (executable-find "gpg") (executable-find "gpg2")))) + (or (executable-find "gpg") + (executable-find "gpg1") + (executable-find "gpg2")))) (eval-when-compile (require 'epa nil t)