summaryrefslogtreecommitdiff
path: root/.config
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 /.config
parentb4adeea21740d94cab6e0061aabf22c4ee151618 (diff)
downloaddotfiles-a21b3639920b25dee4da52d39fe35a7c619f4938.tar.gz
emacsclient wrapper: -sgdbmacs implies --spw/installed
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config2
-rw-r--r--.config/sway/config2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 7c9291cd..c2f442b5 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -65,7 +65,7 @@ mode "C-i-" {
bindsym Shift+e exec emacsclient -nc --spw/installed, mode "default"
# special daemon instance for debugging primary instance & Gnus
- bindsym Mod1+e exec emacsclient -nc -sgdbmacs --spw/installed, mode "default"
+ bindsym Mod1+e exec emacsclient -nc -sgdbmacs, mode "default"
# Fresh Emacs frame and get a shell in HOME. Without this it's
# C-i e M-& which is too many keys esp. compared to C-i DEL
diff --git a/.config/sway/config b/.config/sway/config
index e258f6b5..a99d6694 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -50,7 +50,7 @@ mode "C-i-" {
bindsym Shift+e exec emacsclient -nc --spw/installed, mode "default"
# special daemon instance for debugging primary instance & Gnus
- bindsym Mod1+e exec emacsclient -nc -sgdbmacs --spw/installed, mode "default"
+ bindsym Mod1+e exec emacsclient -nc -sgdbmacs, mode "default"
# Fresh Emacs frame and get a shell in HOME. Without this it's
# C-i e M-& which is too many keys esp. compared to C-i DEL