projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e62445
)
; * lisp/textmodes/css-mode.el (css-ts-mode): Fix typo.
author
Yuan Fu
<casouri@gmail.com>
Mon, 21 Nov 2022 04:52:16 +0000
(20:52 -0800)
committer
Yuan Fu
<casouri@gmail.com>
Mon, 21 Nov 2022 09:29:32 +0000
(
01:29
-0800)
lisp/textmodes/css-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/css-mode.el
b/lisp/textmodes/css-mode.el
index 5d4dbe155ad57263ab08250ae5f50708dbc4e1c0..1d1ca046cc798849c81a0615547e2a0ea8b943cf 100644
(file)
--- a/
lisp/textmodes/css-mode.el
+++ b/
lisp/textmodes/css-mode.el
@@
-1789,7
+1789,7
@@
Use `\\[fill-paragraph]' to reformat CSS declaration blocks. It
can also be used to fill comments.
\\{css-mode-map}"
- (when (treesit-ready-p 'css
-mode 'css
)
+ (when (treesit-ready-p 'css)
;; Borrowed from `css-native-mode'.
(add-hook 'completion-at-point-functions
#'css-completion-at-point nil 'local)