mark-multipleを使いたくて、emacsにインストールしました。
設定は以下のようにしたのですが、

(require 'mark-more-like-this)
(global-set-key (kbd "C-<") 'mark-previous-like-this)
(global-set-key (kbd "C->") 'mark-next-like-this)

実際にMacのemacs上でControl + . 押すとピリオドが打ち込まれてしまいます。
どのキーを押したら良いのでしょうか。

Githubページ
https://github.com/magnars/mark-multiple.el