X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/a52bc3ca530361debf4825965ed426b55a8599f6..773d8b628b543b54232d207aad433821b7fdd1e8:/el/dot-emacs.el?ds=inline diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 0b715da..2df8513 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2589,6 +2589,7 @@ strip numbers instead." (modify-syntax-entry ?. "w") (modify-syntax-entry ?\n ">") (setf fill-prefix nil) + (local-set-key ";" 'self-insert-command) (mdw-standard-fill-prefix "\\([ \t]*;+[ \t]*\\)")) (defun mdw-asm-set-comment ()