Table of Contents Emmet mode Installation Emmet mode This is a fork of zencoding-mode to support Emmet’s feature set. Installation use-pacakge (use-package emmet-mode :vc (:url "https://github.com/dalugm/emmet-mode" :rev :newest)) Manual Installation (add-to-list 'load-path "path/to/emmet-mode") (require 'emmet-mode)