X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/52322015f16cfa7b79712531f1e39c818c55732d..77ccc2aa6978eaab7c925f30ad6b1a1abcdb747b:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 087c211..dd52be1 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3190,7 +3190,8 @@ name, as a symbol." ;; And anything else is punctuation. (list "\\(\\s.\\|\\s(\\|\\s)\\|\\s\\\\|\\s/\\)" - '(0 mdw-punct-face))))) + '(0 mdw-punct-face))) + font-lock-syntactic-face-function . nil)) ;; Hack key bindings. (local-set-key [?{] 'mdw-self-insert-and-indent)