Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Commit

Permalink
add missing zencoding-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed May 3, 2012
1 parent 8dd8b7b commit 434d729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/modes/iy-web-modes.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
(push 'rainbow-mode el-get-packages) (push 'rainbow-mode el-get-packages)
(push 'coffee-mode el-get-packages) (push 'coffee-mode el-get-packages)
(push 'flymake-coffee el-get-packages) (push 'flymake-coffee el-get-packages)
(push 'zencoding-mode el-get-packages)


(defadvice coffee-newline-and-indent (around fix-error-when-bob activate) (defadvice coffee-newline-and-indent (around fix-error-when-bob activate)
(if (bobp) (newline) ad-do-it)) (if (bobp) (newline) ad-do-it))
Expand Down

0 comments on commit 434d729

Please sign in to comment.