chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
34b3e36
)
el/dot-emacs.el: Unbreak `mdw-fontify-rust' so this file actually compiles.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 17 Feb 2024 14:55:06 +0000
(14:55 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 17 Feb 2024 14:55:46 +0000
(14:55 +0000)
Apparently it hasn't worked for nearly a year.
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 393e136bb59ca7dab8e304064f9b9c7c9d350b24..ac57d78b04688e2c2605ebb91d21f5566ca40bf2 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-3280,7
+3280,7
@@
(defun mdw-fontify-rust ()
;; 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)