mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 17:31:38 -05:00
add a couple sharp-quote checkers
This commit is contained in:
parent
da796d18e0
commit
47a7645bec
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ a Docker container, e.g. kellyk/emacs does not include the .el files."
|
|||
(melpazoid-misc "(seq-mapn '[^,]" msg)
|
||||
(melpazoid-misc "(mapconcat '[^,]" msg)
|
||||
(melpazoid-misc "(functionp '[^,]" msg)
|
||||
(melpazoid-misc "(setq indent-line-function '[^,]" msg)
|
||||
(melpazoid-misc "(setq-local indent-line-function '[^,]" msg)
|
||||
(melpazoid-misc "(mapcar '[^,]" msg)
|
||||
(melpazoid-misc "(funcall '[^,]" msg)
|
||||
(melpazoid-misc "(cl-assoc-if '[^,]" msg)
|
||||
|
|
Loading…
Add table
Reference in a new issue