Skip to content

Commit

Permalink
Increase iflipb timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonNut committed Oct 21, 2014
1 parent 328926b commit 1ff8fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -3315,7 +3315,7 @@ Optionally, pass in string to be \"yanked\" via STRING-IN."
(autoload 'iflipb-next-buffer "iflipb")
(autoload 'iflipb-previous-buffer "iflipb")

(defvar iflipb-auto-off-timeout-sec 1)
(defvar iflipb-auto-off-timeout-sec 3)

(setq
iflipb-ignore-buffers "^ "
Expand Down

0 comments on commit 1ff8fca

Please sign in to comment.