diff --git a/twittering-mode.el b/twittering-mode.el index bdc09428..a2fc6eb6 100644 --- a/twittering-mode.el +++ b/twittering-mode.el @@ -3859,7 +3859,7 @@ like following: (defun twittering-capable-of-encryption-p () (and (or (require 'epa nil t) (require 'alpaca nil t)) - (executable-find "gpg"))) + (or (executable-find "gpg") (executable-find "gpg2")))) (eval-when-compile (require 'epa nil t)