6
6

More than 5 years have passed since last update.

emacsでのRubyMotionの開発にauto-completeを使う

Posted at

RubyMotion用のmotion-mode.elを作ったましましブログ | ましましブログ

motion-modeというものを作りました。
機能はほとんどないのですが、gitのリポジトリの中のRakefileを元に
RubyMotionのプロジェクトかどうかを判定して、
motion-mode(ruby-modeの派生モード)に切り替えます。

一応、付属機能として、auto-completeのための辞書を作るスクリプトが添付されてます。
make_dict.rbで、辞書を作り、~/.emacs.d/ac-dictなどに、motion-modeという名前で
辞書を設置すると簡易的な補完ができるようになります。

ruby-mode以外のメジャーモードで環境を切り分けることで、
今後、motion-mode上にいろいろなキーバインドなり機能を継ぎ足すことができるかと思います。

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6