use-package icon indicating copy to clipboard operation
use-package copied to clipboard

Linter shows weird errors for use-package

Open memeplex opened this issue 4 years ago • 1 comments

I cannot understand what's going on here:

image

I don't know a lot about macros, but maybe some kind of syntax descriptor or whatever provided by use-package is wrong. Or the expansion itself, although the code performs as expected, it's just the linter that goes nuts about it.

memeplex avatar Oct 11 '21 18:10 memeplex

Try:

(use-package avy-jump
  :ensure avy
  :bind (("C-;" . avy-goto-char-2)
         ("C-:" . avy-goto-line)))

doolio avatar Oct 31 '21 17:10 doolio

It seems like the above reply resolved this, so I'm closing this issue now.

skangas avatar Nov 13 '22 19:11 skangas