[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
- [elpa] master updated (cf04c93 -> 22139ae), Oleh Krehel, 2015/04/16
- [elpa] master 0d619ea 10/19: counsel.el (couns-clj): Add with-no-warnings, Oleh Krehel, 2015/04/16
- [elpa] master 6dd560c 05/19: swiper.el (swiper-map): Bind "C-l" to recenter, Oleh Krehel, 2015/04/16
- [elpa] master 49321c0 06/19: Allow duplicate candidates in `ivy-read', Oleh Krehel, 2015/04/16
- [elpa] master f72a860 11/19: counsel.el: Fixup prefixes,
Oleh Krehel <=
- [elpa] master 841d59b 01/19: "C-s" should forward to "C-n" etc, Oleh Krehel, 2015/04/16
- [elpa] master 609577e 12/19: Fix invalid package header line, Oleh Krehel, 2015/04/16
- [elpa] master e816884 03/19: Default ARG to 1 for arrows, Oleh Krehel, 2015/04/16
- [elpa] master a8a1f65 02/19: Add numeric arguments to arrows, Oleh Krehel, 2015/04/16
- [elpa] master 0477214 08/19: Fix `ivy-backward-delete-char-function', Oleh Krehel, 2015/04/16
- [elpa] master 6dd1068 04/19: swiper.el (swiper-query-replace): Enable recursive minibuffers, Oleh Krehel, 2015/04/16
- [elpa] master 3b78e0e 18/19: swiper.el: Bump version, Oleh Krehel, 2015/04/16
- [elpa] master 22139ae 19/19: Merge commit '3b78e0e503f4763f8a2d77eeacfc91213ec5532e' from swiper, Oleh Krehel, 2015/04/16
- [elpa] master c59752b 16/19: Update sorting order, make sure that perfect match is selected, Oleh Krehel, 2015/04/16
- [elpa] master 75aa14d 17/19: Fix thing-at-point in describe-function and -variable, Oleh Krehel, 2015/04/16