Skip to content

Instantly share code, notes, and snippets.

@vijaykiran
Created August 28, 2013 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijaykiran/6365164 to your computer and use it in GitHub Desktop.
Save vijaykiran/6365164 to your computer and use it in GitHub Desktop.
(defadvice split-window-vertically (around vk-select-other)
(print "test"))
(ad-activate 'split-window-vertically)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment