Skip to content

Instantly share code, notes, and snippets.

@signalpillar
Created December 4, 2014 18:34
Show Gist options
  • Save signalpillar/210168ca517ceee0f48a to your computer and use it in GitHub Desktop.
Save signalpillar/210168ca517ceee0f48a to your computer and use it in GitHub Desktop.
(global-set-key (kbd "C-c m g")
(lambda () (interactive)
(setq current-prefix-arg '("def[[:space:]]\|class[[:space:]]"))
(helm-call-interactively 'helm-occur )))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment