Commit graph

154 commits

Author SHA1 Message Date
Will S. Medrano
19e8e95361 Add rg support 2017-01-17 19:00:28 -08:00
Eric Danan
6d126d599b counsel-projectile-ag: quote arguments
Closes #25
Closes #26
2017-01-11 13:56:40 +01:00
Eric Danan
5728486a28 fix option formatting in counsel-projectile-ag
* counsel-projectile.el (counsel-projectile-ag): fix option
  formatting (add missing space)
2016-12-12 10:46:29 +01:00
Eric Danan
ea492ad5ce fill and format docstrings 2016-12-12 10:29:00 +01:00
ericdanan
4b0ca9270b Merge pull request #23 from raxod502/remove-trailing-whitespace
Remove trailing whitespace
2016-12-12 10:12:52 +01:00
ericdanan
57a6813799 Merge pull request #22 from raxod502/autoload-counsel-projectile-ag
Autoload counsel-projectile-ag
2016-12-12 10:11:33 +01:00
Radon Rosborough
3fa6a4cef0 Remove trailing whitespace 2016-12-11 11:11:45 -08:00
Radon Rosborough
9d766740b2 Autoload counsel-projectile-ag 2016-12-11 11:10:23 -08:00
Eric Danan
f1b61d7c7a update required packages versions 2016-12-11 12:51:47 +01:00
Eric Danan
86ddf43616 Revert "execute find-file/dir/buffer action in ivy-state-buffer"
This reverts commit ada2ae0a0f.

The change is no longer needed after swiper commit 50bb6b3.
2016-12-04 20:56:13 +01:00
Eric Danan
ada2ae0a0f execute find-file/dir/buffer action in ivy-state-buffer
needed since swiper commit 6519ecc
2016-12-02 22:17:10 +01:00
Eric Danan
36abb1f2c0 fix docstring 2016-12-02 22:08:33 +01:00
Eric Danan
675d17d2dc update readme 2016-10-23 00:38:23 +02:00
Eric Danan
6c1a928a63 [Fix #14] Rewrite cp-switch-to-buffer and more 2016-10-23 00:25:55 +02:00
Eric Danan
c0c60d63bc cp-find-file / cp-find-dir: run hook inside actions 2016-10-19 16:03:47 +02:00
Eric Danan
7b9a81ce5c add counsel-projectile-ag 2016-10-12 23:07:00 +02:00
Eric Danan
87957f1919 remap projectile key bindings 2016-10-12 15:13:25 +02:00
ericdanan
dd6d0d62c1 Merge pull request #12 from brunoqc/patch-1
Fix typo in README.md
2016-10-04 09:09:03 +02:00
Bruno Bigras
68568ec531 Fix typo in README.md 2016-10-03 17:39:15 -04:00
Eric Danan
e5f2f20a16 fix root in cp-find-file / cp-switch-to-buffer
For some reason, when one of these two functions was used as an action
in cp-switch-project, its actions were losing track of the project root
against which to expand filenames (they were using the root of the root
of the project from which cp-switch-project was called instead of the
root of the selected project to switch to). To fix this issue, the correct root is now recorded in the candidate
files / buffers.
2016-09-26 14:47:55 +02:00
Eric Danan
b157a8d12c fix typo in cp-switch-to-buffer prompt 2016-09-16 22:19:38 +02:00
Eric Danan
15d1bd392d make drop-to-switch-project binding customizable 2016-09-16 14:28:33 +02:00
Eric Danan
fdce7664bb fix typos in readme 2016-09-15 16:35:41 +02:00
Eric Danan
b8e672be14 update readme 2016-09-15 16:28:44 +02:00
Eric Danan
852011d217 update commentary 2016-09-15 13:54:54 +02:00
Eric Danan
c400695dc5 add key bindings 2016-09-15 13:45:31 +02:00
Eric Danan
9d6018efec new fn: counsel-projectile-find-file-or-buffer 2016-09-15 09:05:52 +02:00
Eric Danan
1f374307bb add counsel-projectile-map 2016-09-15 08:58:09 +02:00
Eric Danan
3416026fd6 add virtual buffers to counsel-projectile 2016-09-15 08:39:02 +02:00
Eric Danan
c01f34d7f5 counsel-projectile: fix misplaced arg 2016-09-14 09:17:24 +02:00
Eric Danan
fdd836816a keybinding for new counsel-projectile function 2016-09-13 22:56:17 +02:00
Eric Danan
f6086a7e8a new counsel-projectile function
It is more like helm-projectile
2016-09-13 22:55:12 +02:00
Eric Danan
ba4a2f9619 rename counsel-projectile
New name is counsel-projectile-switch-project
2016-09-13 22:53:54 +02:00
Eric Danan
358eefcafe replace -remove-item with -delete 2016-09-13 22:34:26 +02:00
Eric Danan
2611d99ac1 counsel-projectile: preselect current project 2016-09-13 22:33:46 +02:00
Eric Danan
9abc3463b9 remove with-ivy-window 2016-09-13 22:23:18 +02:00
Eric Danan
351ce9ec61 prepend project name 2016-09-13 22:03:44 +02:00
Syohei YOSHIDA
e17c084563 Correct misspelling 2016-05-13 16:55:40 +09:00
Eric Danan
0f1d381f89 change "other window" keybinding
Changed it to `M-o j` in `counsel-projectile-find-file`,
`counsel-projectile-find-dir`, and `counsel-projectile-switch-to-buffer`

This is consistent with the `counsel-find-file` and `ivy-switch-buffer`
key (see https://github.com/abo-abo/swiper/issues/505)

Closes #1
2016-05-07 19:22:09 +02:00
Eric Danan
a724fc0941 readme: add MELPA badge + contributors 2016-04-15 00:05:49 +02:00
Oleh Krehel
5633ca5615 Rely more on projectile-expand-root 2016-04-14 12:31:09 +02:00
Oleh Krehel
916d4a7034 Update indentation settings
* .dir-locals.el: Set `indent-tabs-mode' automatically.
2016-04-14 12:28:10 +02:00
Oleh Krehel
58d75804ff Add "make compile" and "make cask" shell commands
Use "make cask" to install the dependencies.
Use "make compile" to byte-compile counsel-projectile.el.
2016-04-14 12:25:16 +02:00
Eric Danan
8d2f806d20 readme: add el-get installation 2016-04-14 09:23:45 +02:00
Eric Danan
28757e1c29 readme: add MELPA installation 2016-04-13 20:42:06 +02:00
Eric Danan
fc993c9275 change counsel version requirement 2016-04-13 11:02:06 +02:00
Eric Danan
dbd8ceda3d readme: clarify counsel-projectile actions 2016-04-13 10:46:04 +02:00
Eric Danan
d4ce4fbf86 wrote a short readme 2016-04-13 10:40:56 +02:00
Eric Danan
5f9c5b1a24 add minimum version requirements 2016-04-12 13:44:07 +02:00
Eric Danan
4950d08fa1 add action to start eshell 2016-04-12 10:06:52 +02:00