summaryrefslogtreecommitdiff
path: root/.shenv
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:42:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:43:16 -0700
commit478c88ce40f4bc09c6fdf3672a3eff2ab7450192 (patch)
treee2bbd20ec667eb399407a1bc94f8ceb4de5854f6 /.shenv
parent73e586b8c8ef958b4ed521eab88063509dfe7906 (diff)
downloaddotfiles-478c88ce40f4bc09c6fdf3672a3eff2ab7450192.tar.gz
update paths to emacs.git melete branch flagfile
Diffstat (limited to '.shenv')
-rwxr-xr-x.shenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/.shenv b/.shenv
index 73a75fea..eeb24bc6 100755
--- a/.shenv
+++ b/.shenv
@@ -21,7 +21,7 @@ fi
# fallback which is almost certainly available and which I can use
# well enough. When GNU Emacs is available, set ALTERNATE_EDITOR to
# the empty string so that an `emacs --daemon` process is spawned
-if [ -e "$HOME/src/emacs/admin/README.melete" \
+if [ -e "$HOME/src/emacs/admin/flagfile.melete" \
-a -x "$HOME/src/emacs/lib-src/emacsclient" \
-a -d "/usr/share/emacs-snapshot/site-lisp/elpa" ]; then
EDITOR="$HOME/src/emacs/lib-src/emacsclient $ec_opt"