Created
August 5, 2018 09:55
-
-
Save hidsh/e6a95bf1623ef87b82710bcc77053fdb to your computer and use it in GitHub Desktop.
elisp: counsel-rg-at-point
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; why doesn't exist this feature | |
(defun counsel-rg-at-point () | |
(interactive) | |
(counsel-rg (symbol-name (symbol-at-point)))) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment