Skip to content

Instantly share code, notes, and snippets.

@rlb3
Last active December 15, 2015 04:28
Show Gist options
  • Select an option

  • Save rlb3/5201359 to your computer and use it in GitHub Desktop.

Select an option

Save rlb3/5201359 to your computer and use it in GitHub Desktop.
;; C-h f edmacro-mode
;; What if you want to assign special key combination only for some specific mode? You'll generally have to know the name of ;; the key map variable for this mode:
(define-key occur-mode-map "n" 'occur-next)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment