Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Created September 13, 2014 15:50
Show Gist options
  • Select an option

  • Save danlamanna/222116d94f2243694dca to your computer and use it in GitHub Desktop.

Select an option

Save danlamanna/222116d94f2243694dca to your computer and use it in GitHub Desktop.
(bind-key "C-n" (lambda()
(interactive)
(if (boundp 'foo)
(message "yay foo")
(next-line))) dired-mode-map)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment