Skip to content

Commit

Permalink
Also look for gpg2 for capable-of-encryption-p
Browse files Browse the repository at this point in the history
  • Loading branch information
itorres committed Dec 20, 2016
1 parent 08a8101 commit 6e5208b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twittering-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3858,7 +3858,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)
Expand Down

0 comments on commit 6e5208b

Please sign in to comment.