X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/c7203018088c17c7c5516f62b508f04680c63ca2..b90c2a2c28d2429807088d9c866c73c06bf516c5:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 950f2db..2df8513 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1249,7 +1249,7 @@ doesn't match any of the regular expressions in (t :inverse-video t)) (mdw-define-face whitespace-line (((class color)) :background "darkred") - (t :inverse-video :t)) + (t :inverse-video t)) (mdw-define-face mdw-punct-face (((type tty)) :foreground "yellow") (t :foreground "burlywood2")) (mdw-define-face mdw-number-face @@ -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 ()