summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-01-14 11:23:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-01-14 11:23:34 -0700
commite3b8160a2b4325af304db3bc33b1c5befe4c6183 (patch)
tree12e8e85707590ef7b43f29c6e1f6b7a2802dc0d8 /.config
parenta7b8b3844b1b928664417240f366abd9c559b701 (diff)
downloaddotfiles-e3b8160a2b4325af304db3bc33b1c5befe4c6183.tar.gz
allow more time for starting up in-tree Emacs
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config4
-rw-r--r--.config/sway/config4
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config
index adf5c327..702fb7b7 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -59,7 +59,7 @@ mode "C-i-" {
# make a fresh Emacs frame -- typically this gets invoked only on
# empty workspaces, as otherwise I use commands under `C-x 5` to get
# more Emacs frames
- bindsym e exec emacsclient -ncw8, mode "default"
+ bindsym e exec emacsclient -ncw15, mode "default"
# override the script's usual logic to start a fresh, non-debug daemon
bindsym Shift+e exec emacsclient -ncw8 --spw/installed, mode "default"
@@ -69,7 +69,7 @@ mode "C-i-" {
# 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
- bindsym Return exec emacsclient -ncw8 -e \
+ bindsym Return exec emacsclient -ncw15 -e \
"(let ((default-directory (expand-file-name "'"'~/'"'")) \
(display-buffer-overriding-action \
'(display-buffer-same-window \
diff --git a/.config/sway/config b/.config/sway/config
index cc212070..e1a657ae 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -38,7 +38,7 @@ mode "C-i-" {
# make a fresh Emacs frame -- typically this gets invoked only on
# empty workspaces, as otherwise I use commands under `C-x 5` to get
# more Emacs frames
- bindsym e exec emacsclient -ncw8, mode "default"
+ bindsym e exec emacsclient -ncw15, mode "default"
# override the script's usual logic to start a fresh, non-debug daemon
bindsym Shift+e exec emacsclient -ncw8 --spw/installed, mode "default"
@@ -48,7 +48,7 @@ mode "C-i-" {
# 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
- bindsym Return exec emacsclient -ncw8 -e \
+ bindsym Return exec emacsclient -ncw15 -e \
"(let ((default-directory (expand-file-name "'"'~/'"'")) \
(display-buffer-overriding-action \
'(display-buffer-same-window \