emacs: use TERMINAL environment variable
This commit is contained in:
@@ -951,7 +951,7 @@ frame if FRAME is nil, and to 1 if AMT is nil."
|
||||
(interactive)
|
||||
(if (file-remote-p default-directory)
|
||||
(shell)
|
||||
(start-process "terminal" nil "urxvt")))
|
||||
(start-process "terminal" nil (getenv "TERMINAL"))))
|
||||
|
||||
;; -----------------------------------------------------------------------------
|
||||
;; --- Compilation
|
||||
|
||||
Reference in New Issue
Block a user