Skip to content

Instantly share code, notes, and snippets.

@hidsh
Created August 5, 2018 09:55
Show Gist options
  • Save hidsh/e6a95bf1623ef87b82710bcc77053fdb to your computer and use it in GitHub Desktop.
Save hidsh/e6a95bf1623ef87b82710bcc77053fdb to your computer and use it in GitHub Desktop.
elisp: counsel-rg-at-point
;; 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