From bc3d148c2653625d56e6e8eef0f32e61fffdc420 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 22 Jun 2020 16:47:34 +0200 Subject: [PATCH] precess-connection type mindfuck If we connect through pipes some repls are broken. If we connect through PHY's, xdg-open is broken... --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index ce42d56..f971f58 100644 --- a/init.el +++ b/init.el @@ -109,8 +109,8 @@ (setq mailcap-mime-data (ensc/mailcap-mime-data-filter 'ensc/no-pdf-doc-view-filter)))) -;; and this seems to make xdg-open work -(setq process-connection-type nil) +;; TODO: and this seems to make xdg-open work, but breaks python interpreter +;; (setq process-connection-type nil) ;; highlight the parens (setq show-paren-delay 0)