From 77d0d249de22b399b1a87cb156837956ea4d7a65 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 29 Nov 2014 21:13:03 -0500 Subject: don't mess around with trying to manage frames --- emacsterm.sh.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emacsterm.sh.in') diff --git a/emacsterm.sh.in b/emacsterm.sh.in index c4fe145..a8cef2a 100644 --- a/emacsterm.sh.in +++ b/emacsterm.sh.in @@ -39,9 +39,7 @@ main() { parse "$@" emacsclient "${flags[@]}" --eval \ - '(select-frame (make-frame))' \ - "(term $(emacs_quote "${cmd}"))" \ - '(set-window-dedicated-p (selected-window) t)' + "(term $(emacs_quote "${cmd}"))" } # Sets the 'global' variables: -- cgit v1.2.3