mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 09:21:39 -05:00
feat: add melpazoid link to 'other possible lints' output
This commit is contained in:
parent
6f401e958e
commit
def846dd08
1 changed files with 2 additions and 1 deletions
|
@ -239,7 +239,8 @@ then also scan comments for REGEXP; similar for INCLUDE-STRINGS."
|
|||
(or include-strings (not (nth 3 (syntax-ppss)))))
|
||||
;; print a header unless it's already been printed:
|
||||
(unless melpazoid--misc-header-printed-p
|
||||
(melpazoid-insert "Other possible lints:")
|
||||
(melpazoid-insert
|
||||
"Other [lints](https://github.com/riscy/melpazoid):")
|
||||
(setq melpazoid--misc-header-printed-p t))
|
||||
(melpazoid--annotate-line msg))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue