branch: master commit f72a86089f3dfc5bd9d276a1fc176a3c03666fc4 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
counsel.el: Fixup prefixes --- counsel.el | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/counsel.el b/counsel.el index 9a4cc81..3814f3c 100644 --- a/counsel.el +++ b/counsel.el @@ -34,13 +34,13 @@ (require 'ivy) -(defun counsel () +(defun counsel-el () "Elisp completion at point." (interactive) (counsel--generic (lambda (str) (all-completions str obarray)))) -(defun couns-clj () +(defun counsel-clj () "Clojure completion at point." (interactive) (counsel--generic @@ -50,7 +50,7 @@ (with-no-warnings (cider-sync-request:complete str ":same")))))) -(defun couns-git () +(defun counsel-git () "Find file in the current Git repository." (interactive) (let* ((default-directory (locate-dominating-file