From: Mark Wooding Date: Sat, 17 Feb 2024 14:55:06 +0000 (+0000) Subject: el/dot-emacs.el: Unbreak `mdw-fontify-rust' so this file actually compiles. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/a1b8aaa25e2fe7fe3448a0b7af9ead3829545424 el/dot-emacs.el: Unbreak `mdw-fontify-rust' so this file actually compiles. Apparently it hasn't worked for nearly a year. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 393e136..ac57d78 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3280,7 +3280,7 @@ name, as a symbol." ;; And anything else is punctuation. (list "\\(\\s.\\|\\s(\\|\\s)\\|\\s\\\\|\\s/\\)" '(0 mdw-punct-face))) - font-lock-syntactic-face-function . nil)) + font-lock-syntactic-face-function nil)) ;; Hack key bindings. (local-set-key [?{] 'mdw-self-insert-and-indent)