diff options
author | jao <jao@gnu.org> | 2019-09-25 23:53:51 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-09-25 23:53:51 +0100 |
commit | 6ce5bd39e302295f431c6dc46c964260e9027dba (patch) | |
tree | 8f9ddc9bcf76d40bc56278379165f92b1591f695 | |
parent | 30e9605c8446e5dfd62e4efb6c0b512fc55fcc58 (diff) | |
download | elibs-6ce5bd39e302295f431c6dc46c964260e9027dba.tar.gz elibs-6ce5bd39e302295f431c6dc46c964260e9027dba.tar.bz2 |
proton bridge
-rw-r--r-- | net/jao-proton-utils.el | 2 |
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))) |