Homepage: https://codeberg.org/ideasman42/emacs-counsel-at-point
Author: Campbell Barton
Updated:
Context sensitive project search
Perform project wide search using the current context. Usage Write the following code to your .emacs file: (require 'counsel-at-point) Or with `use-package': (use-package counsel-at-point)