Skip to content

Instantly share code, notes, and snippets.

@dmanchon
Created August 3, 2017 16:17
Show Gist options
  • Save dmanchon/bfdef965f9a5ddb9e5afeed8c933dcaa to your computer and use it in GitHub Desktop.
Save dmanchon/bfdef965f9a5ddb9e5afeed8c933dcaa to your computer and use it in GitHub Desktop.
(use-package counsel :ensure t
:bind*
(("M-x" . counsel-M-x)
("C-s" . swiper)
("C-c d d" . counsel-descbinds)
("C-c s s" . counsel-ag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment