diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-05-05 21:53:16 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-05-05 21:53:16 -0400 |
| commit | be8c956b0e819f2db0c6ae3598b6590b62982a83 (patch) | |
| tree | 9de8204882f8894776bd34f83af2800130bb87b5 /scripts/open-emacs-project | |
| parent | 6ad4d3dfd32b569f9485d24f80a768ed3ca19e46 (diff) | |
been a while
Diffstat (limited to 'scripts/open-emacs-project')
| -rwxr-xr-x | scripts/open-emacs-project | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/open-emacs-project b/scripts/open-emacs-project index f2e83ab..48360b1 100755 --- a/scripts/open-emacs-project +++ b/scripts/open-emacs-project @@ -10,9 +10,9 @@ emacs_attached() { switch_to() { if emacs_attached; then - emacsclient -e "(proj-set-dir \"$1\")" + emacsclient -e "(proj-set \"$1\")" else - emacsclient -ce "(proj-set-dir \"$1\")" + emacsclient -ce "(proj-set \"$1\")" fi } |
