evil-visualstar icon indicating copy to clipboard operation
evil-visualstar copied to clipboard

audoload evil-visualstart/ functions

Open roxma opened this issue 3 years ago • 1 comments

I use straight.el with defer loading, need these auto load for the following config to work:

  (use-package evil-visualstar
    :defer t
    :init
    (define-key evil-visual-state-map (kbd "*") #'evil-visualstar/begin-search-forward)
    (define-key evil-visual-state-map (kbd "#") #'evil-visualstar/begin-search-backward))

roxma avatar May 10 '21 07:05 roxma

Use :commands for that case.

HyunggyuJang avatar Nov 13 '21 13:11 HyunggyuJang