chiark / gitweb /
el/dot-emacs.el: Allow `+' as a list item marker.
[profile] / el / dot-emacs.el
index 102877d647c81c63897937c9f941863ab66f14ae..18e9fb2a1fe6d6207ca7a9a8de2ee2079c30e24a 100644 (file)
@@ -598,7 +598,7 @@ (make-variable-buffer-local 'mdw-fill-prefix)
 
 (defvar mdw-hanging-indents
   (concat "\\(\\("
-           "\\([*o]\\|-[-#]?\\|[0-9]+\\.\\|\\[[0-9]+\\]\\|([a-zA-Z])\\)"
+           "\\([*o+]\\|-[-#]?\\|[0-9]+\\.\\|\\[[0-9]+\\]\\|([a-zA-Z])\\)"
            "[ \t]+"
          "\\)?\\)")
   "*Standard regexp matching parts of a hanging indent.