From b45434316738d02ad7b660b0609420cde19aa2a6 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 15 Apr 2022 18:08:51 -0700 Subject: combine s/d/emacsclient & update-emacs-daemon-environment --- bin/doccheckin | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/doccheckin') diff --git a/bin/doccheckin b/bin/doccheckin index d3cc3880..d492ccef 100755 --- a/bin/doccheckin +++ b/bin/doccheckin @@ -8,8 +8,7 @@ cd ~/doc/ # If emacs is running, try to save all ~/doc/ buffers. [ -n "$LOGNAME" ] && pgrep -u "$LOGNAME" emacs >/dev/null \ - && ~/src/dotfiles/scripts/desktop/emacsclient \ - -- --eval '(spw/save-my-doc-buffers)' + && emacsclient --eval '(spw/save-my-doc-buffers)' # don't do anything if waiting on a manual merge; don't want just # blanket commit that merge -- cgit v1.2.3