Skip to content

Commit

Permalink
added zencoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Deng committed Mar 7, 2011
1 parent eca9874 commit 812996f
Show file tree
Hide file tree
Showing 2 changed files with 666 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.el
Expand Up @@ -238,5 +238,10 @@
(add-to-list 'auto-mode-alist '("\\.js\\'" . javascript-mode))
(autoload 'javascript-mode "javascript" nil t)

;; zencoding mode
(add-to-list 'load-path "~/.emacs.d/zencoding")
(require 'zencoding-mode)
(add-hook 'sgml-mode-hook 'zencoding-mode) ;; Auto-start on any markup modes

(provide 'init)
;;; init.el ends here

0 comments on commit 812996f

Please sign in to comment.