]> git.eshelyaron.com Git - emacs.git/commit
Tweaks to html mode
authorEric Abrahamsen <eric@ericabrahamsen.net>
Tue, 30 Apr 2019 23:00:46 +0000 (16:00 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 24 Jun 2019 17:21:09 +0000 (10:21 -0700)
commit535051db2a89a9aba615c0c4f385f70e5a77a99d
tree6550ab41ab53d138b863b96f31f01d4a520c6a8d
parent35c72aea449a0e05849cff8d8ad4b9bde25cebb5
Tweaks to html mode

* lisp/textmodes/sgml-mode.el (sgml-attributes): Add the "class" and
  "id" attributes when needed.
  (html-mode-map): Add the `html-div' and `html-span' commands to the
  `html-quick-keys' map.
  (html-ordered-list, html-unordered-list, html-paragraph): Use the
  "\n" element properly.
  (html-div, html-span): New HTML skeletons.
lisp/textmodes/sgml-mode.el