From f8778e805f014602a1bd4de287dcaf9585b2b1ee Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 28 Jan 2026 03:43:57 -0500 Subject: more wonderful changes --- scripts/open-emacs | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/open-emacs') diff --git a/scripts/open-emacs b/scripts/open-emacs index 15b0794..92272df 100755 --- a/scripts/open-emacs +++ b/scripts/open-emacs @@ -1,7 +1,5 @@ #!/bin/bash -emacsclient -e '(message "")' 2>&1 >/dev/null || emacs --daemon & - emacs_attached() { [ "$(emacsclient -e '(- (length (frame-list)) 1)')" = 0 ] && return 1 || return 0 } -- cgit v1.2.3