Skip to content

Instantly share code, notes, and snippets.

@tam17aki
Created January 13, 2015 12:12
Show Gist options
  • Save tam17aki/a614dda75a10333c3a82 to your computer and use it in GitHub Desktop.
Save tam17aki/a614dda75a10333c3a82 to your computer and use it in GitHub Desktop.
fix of ido-vertical-mode and popwin
(defun popwin:start-close-popup-window-timer ()
(or popwin:close-popup-window-timer
(setq popwin:close-popup-window-timer
(run-with-timer popwin:close-popup-window-timer-interval
popwin:close-popup-window-timer-interval
'popwin:close-popup-window-timer))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment