Skip to content

Commit 1ff8fca

Browse files
committed
Increase iflipb timeout
1 parent 328926b commit 1ff8fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3315,7 +3315,7 @@ Optionally, pass in string to be \"yanked\" via STRING-IN."
33153315
(autoload 'iflipb-next-buffer "iflipb")
33163316
(autoload 'iflipb-previous-buffer "iflipb")
33173317

3318-
(defvar iflipb-auto-off-timeout-sec 1)
3318+
(defvar iflipb-auto-off-timeout-sec 3)
33193319

33203320
(setq
33213321
iflipb-ignore-buffers "^ "

0 commit comments

Comments
 (0)