Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created February 19, 2014 19:26
Show Gist options
  • Save legumbre/9099656 to your computer and use it in GitHub Desktop.
Save legumbre/9099656 to your computer and use it in GitHub Desktop.
(add-hook 'eshell-mode-hook
(lambda () (define-key eshell-mode-map (kbd "C-c .")
(lambda () (interactive) (message "foo")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment