X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/8a075bd77648bf73909b42db74ef010a07a725f9..96f196d64c61c982299d5b378644172488c821b4:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 76bac70..19b1f38 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3168,6 +3168,8 @@ strip numbers instead." (local-set-key [?*] 'mdw-rexx-electric-*) (mapcar #'(lambda (ch) (modify-syntax-entry ch "w")) '(?! ?? ?# ?@ ?$)) + (mapcar #'(lambda (ch) (modify-syntax-entry ch ".")) + '(?¬)) (mdw-standard-fill-prefix "\\([ \t]*/?\*[ \t]*\\)") ;; Set up keywords and things for fontification.