Skip to content

Instantly share code, notes, and snippets.

@mwfogleman
Created January 12, 2015 13:34
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 mwfogleman/fb24318dd773a46bc882 to your computer and use it in GitHub Desktop.
Save mwfogleman/fb24318dd773a46bc882 to your computer and use it in GitHub Desktop.
add-hooks
(dolist (hook '(mode1-mode-hook mode2-mode-hook mode3-mode-hook))
(add-hook hook #'something-mode))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment