counsel-at-point

Homepage: https://codeberg.org/ideasman42/emacs-counsel-at-point

Author: Campbell Barton

Updated:

Summary

Context sensitive project search

Commentary

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)

Dependencies