LoginSignup
8
8

More than 5 years have passed since last update.

超軽い記事です。入れました。
HTML書く時に、いちいちjadeに頼るのも面倒くさくなってきたので…。

ダウンロード

cd ~/.emacs.d/elisp
wget https://raw.github.com/rooney/zencoding/master/zencoding-mode.el

requireとキーバインド

こんな感じにした。

;; zencoding-mode
(require 'zencoding-mode)
(add-hook 'sgml-mode-hook 'zencoding-mode)
(define-key zencoding-mode-keymap (kbd "C-i") 'zencoding-expand-line)

キーバインドC-iには、indent-regionも入れていたんだけど、
ちゃんと両方使えてます。利用シーン違うし問題無し。

感想

はやいはやい。

要するにほぼセレクターで書く形なので違和感もないですね。
jade慣れしてたので尚更。

emmetも気になるけれど、さらっと見た感じelispおっこちてなかったので、パス。

8
8
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
8
8