summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-10-29 11:01:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-10-29 21:53:28 -0700
commita21b3639920b25dee4da52d39fe35a7c619f4938 (patch)
tree7cf4c873fbb7202c66cba8d21038022b71f2dc2b /.bashrc
parentb4adeea21740d94cab6e0061aabf22c4ee151618 (diff)
downloaddotfiles-a21b3639920b25dee4da52d39fe35a7c619f4938.tar.gz
emacsclient wrapper: -sgdbmacs implies --spw/installed
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 3759e392..b7db29a2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -51,7 +51,7 @@ alias ta="tmux new-session -A -s default"
alias rax="screen -URaAx"
alias new-login-shell="exec su -l $USER" # get new UNIX group without relog
alias mrs="src-register-all && mr -m status"
-alias gdbmacs="emacsclient -tc -sgdbmacs --spw/installed"
+alias gdbmacs="emacsclient -tc -sgdbmacs"
alias b="bts --mbox show"
@@ -80,7 +80,7 @@ upenv () {
done
fi
emacsclient --spw/update-environment
- emacsclient -sgdbmacs --spw/no-start --spw/update-environment
+ emacsclient -sgdbmacs --spw/update-environment
}
# --- host-specific aliases/functions