readd message buffer name

This commit is contained in:
Ivan Malison 2014-04-14 20:49:18 -07:00
parent a0d8e33009
commit 330c9b2bbc

View File

@ -230,6 +230,7 @@ Return a list of installed packages or nil for every package not installed."
(global-set-key (kbd "C-c t") 'testify-run-test)
(global-set-key (kbd "C-c C-t") 'testify-run-case)
(global-set-key (kbd "C-x C-c") 'kill-emacs)
(global-set-key (kbd "C-c +") 'message-buffer-name)
;; Something will occasionally override this binding.
(global-set-key "\C-cg" 'rope-goto-definition)