From 6ce5bd39e302295f431c6dc46c964260e9027dba Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 25 Sep 2019 23:53:51 +0100 Subject: proton bridge --- net/jao-proton-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/jao-proton-utils.el') diff --git a/net/jao-proton-utils.el b/net/jao-proton-utils.el index cd5d88f..9992483 100644 --- a/net/jao-proton-utils.el +++ b/net/jao-proton-utils.el @@ -35,7 +35,7 @@ (defun run-proton-bridge () "Run or switch to an existing bridge process, using its CLI" (interactive) - (pop-to-buffer (make-comint "proton-bridge" "Desktop-Bridge" nil "-c")) + (pop-to-buffer (make-comint "proton-bridge" "protonmail-bridge" nil "-c")) (unless (eq major-mode 'proton-bridge-mode) (proton-bridge-mode))) -- cgit v1.2.3