precess-connection type mindfuck

If we connect through pipes some repls are broken. If we connect
through PHY's, xdg-open is broken...
This commit is contained in:
Grigory Shipunov 2020-06-22 16:47:34 +02:00
parent 9e01e5ef2b
commit bc3d148c26
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -109,8 +109,8 @@
(setq mailcap-mime-data (setq mailcap-mime-data
(ensc/mailcap-mime-data-filter 'ensc/no-pdf-doc-view-filter)))) (ensc/mailcap-mime-data-filter 'ensc/no-pdf-doc-view-filter))))
;; and this seems to make xdg-open work ;; TODO: and this seems to make xdg-open work, but breaks python interpreter
(setq process-connection-type nil) ;; (setq process-connection-type nil)
;; highlight the parens ;; highlight the parens
(setq show-paren-delay 0) (setq show-paren-delay 0)