This is GNU Emacs 24.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
.emacs.dディレクトリで
git submodule add https://github.com/kiwanami/emacs-skype
init.elに以下を追加
(add-to-list 'load-path "~/.emacs.d/emacs-skype") (require 'skype)
で、skype--open-chat-member-buffer-commandを実行すると
when: Symbol's value as variable is void: skype-chat-handle
ってなったので、面倒になったので元に戻した。
submoduleの削除 - 呆備録
2つのファイルから該当する箇所を削除
.gitmodules
.git/config
git rm --cached path/to/hoge
ところで、うわっ私のEmacsの環境古すぎ…?