summaryrefslogtreecommitdiffhomepage
path: root/net/jao-proton-utils.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-09-25 23:53:51 +0100
committerjao <jao@gnu.org>2019-09-25 23:53:51 +0100
commit6ce5bd39e302295f431c6dc46c964260e9027dba (patch)
tree8f9ddc9bcf76d40bc56278379165f92b1591f695 /net/jao-proton-utils.el
parent30e9605c8446e5dfd62e4efb6c0b512fc55fcc58 (diff)
downloadelibs-6ce5bd39e302295f431c6dc46c964260e9027dba.tar.gz
elibs-6ce5bd39e302295f431c6dc46c964260e9027dba.tar.bz2
proton bridge
Diffstat (limited to 'net/jao-proton-utils.el')
-rw-r--r--net/jao-proton-utils.el2
1 files changed, 1 insertions, 1 deletions
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)))