emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master f72a860 11/19: counsel.el: Fixup prefixes


From: Oleh Krehel
Subject: [elpa] master f72a860 11/19: counsel.el: Fixup prefixes
Date: Thu, 16 Apr 2015 12:18:11 +0000

branch: master
commit f72a86089f3dfc5bd9d276a1fc176a3c03666fc4
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]