Henrik Lissner
28ba0607a5
completion/ivy: fix M-RET opening result in other-window
2017-05-14 17:40:33 +02:00
Henrik Lissner
6f6680489a
completion/ivy: flexible column width for +ivy/tasks
2017-05-14 13:49:11 +02:00
Henrik Lissner
877ae26a96
completion/ivy: rewrite file search (:find => :ag/:rg)
2017-05-12 11:50:05 +02:00
Henrik Lissner
3f5f6752a2
completion/ivy: tweak README.org (again)
2017-05-10 14:25:24 +02:00
Henrik Lissner
08052b0db0
completion/ivy: tweak README.org
2017-05-10 14:20:05 +02:00
Henrik Lissner
7a939a945b
Add compltion/ivy/README.org
2017-05-10 14:14:10 +02:00
Henrik Lissner
7310459f76
completion/ivy: adjust ivy & ivy-occur window heights
2017-05-10 14:05:52 +02:00
Henrik Lissner
d99519d077
completion/ivy: fewer false positives with +ivy/tasks
2017-05-10 14:05:09 +02:00
Henrik Lissner
2a6295a123
completion/ivy: refactor for consistency
2017-05-10 08:40:02 +02:00
Henrik Lissner
bfd79e78ce
completion/ivy: fix +ivy/tasks, add :todo & +ivy:todo
2017-05-10 08:39:40 +02:00
Henrik Lissner
e265431507
General refactor, cleanup & commenting
2017-05-10 05:28:50 +02:00
Henrik Lissner
57a74b1761
completion/ivy: change +ivy:file-search
...
+ Removed literal search
+ Only escapes inserted selection
+ BANG now means: don't respect .gitignore
+ rg: use smart-case (-S) instead of case insensitivity (-i)
2017-05-10 05:25:40 +02:00
Henrik Lissner
f05819c85f
completion/ivy: refactor ag other-window action; replace def-counsel-action macro
2017-05-10 05:20:54 +02:00
Henrik Lissner
db1deb4a18
Fix M-z in minibuffer (ivy/evil/etc)
2017-05-06 23:01:09 +02:00
Henrik Lissner
5d83fe83ca
Prevent 'Text is read-only' monopolizing minibuffer (ivy/evil/minibuffer)
2017-05-06 22:56:43 +02:00
Henrik Lissner
b632319796
completion/ivy: add docstrings to evil funcs
2017-05-06 22:55:41 +02:00
Henrik Lissner
ce9fdaf839
completion/ivy: update ivy-minibuffer-map & +ivy/kill-ring docstring
2017-05-06 16:45:48 +02:00
Henrik Lissner
434a5efeda
completion/ivy: switch from ag to ripgrep
2017-05-06 16:45:48 +02:00
Henrik Lissner
d20c8045ab
General cleanup
2017-04-25 23:01:45 -04:00
Henrik Lissner
3daa1576ba
completion/company: TAB auto-completion in comint/term buffers
2017-04-22 17:12:52 -04:00
Henrik Lissner
139cae6083
completion/company: silence company-statistic-mode load-file call
2017-04-17 17:05:17 -04:00
Henrik Lissner
dc9a7c9780
Refactor out more s.el dependency
2017-04-17 02:30:54 -04:00
Henrik Lissner
0e7254d312
General cleanup + refactor
2017-04-17 02:20:07 -04:00
Henrik Lissner
5ae94b765c
PRAISE BE TO THE BYTE COMPILER FOR THY SHARP QUOTES
2017-04-17 02:17:10 -04:00
Henrik Lissner
f9ddc53bfc
completion/ivy: escape regexp for literal ag searches
2017-04-11 09:25:04 -04:00
Henrik Lissner
9c4ae61476
Add modules/feature/jump (WIP)
2017-03-15 22:59:49 -04:00
Henrik Lissner
f0eeaec5a0
completion/ivy: don't prepend describe-* or M-x with ^
2017-03-08 21:34:52 -05:00
Henrik Lissner
caf2b7f4f3
completion/company: general refactor + key rebinding + cleanup
2017-03-04 00:02:19 -05:00
Henrik Lissner
22e3baf184
Add minor-mode-specific snippets & company-dict dictionaries
2017-03-02 18:28:46 -05:00
Henrik Lissner
3bebdb68a3
completion/ivy: add other-window behavior to +ivy/switch-buffer
2017-02-24 20:03:08 -05:00
Henrik Lissner
33c88d4f82
Revert macros to ...! name convention (elisp doesn't like @...)
2017-02-23 00:06:12 -05:00
Henrik Lissner
bf691bec14
completion/ivy: recenter after counsel-ag + refactor
2017-02-22 17:18:04 -05:00
Henrik Lissner
38c3ef744d
completion/ivy: refactor
2017-02-22 04:27:23 -05:00
Henrik Lissner
ebb30b1512
Move swiper config from core-editor to completion/ivy
2017-02-21 16:03:51 -05:00
Henrik Lissner
fe4429fa40
completion/helm: update for v2 (untested)
2017-02-21 03:46:22 -05:00
Henrik Lissner
fd93e705b4
General cleanup, refactor and documentation
2017-02-21 03:45:24 -05:00
Henrik Lissner
f1b2c18476
core-popups: add :autokill popup property; update popup rules
2017-02-21 01:08:57 -05:00
Henrik Lissner
e129caf931
completion/ivy: recenter after following imenu links
2017-02-21 00:53:00 -05:00
Henrik Lissner
22a1b2b41a
completion/ivy: fix key remapping; custom ivy switch-buffer commands work now
2017-02-21 00:45:50 -05:00
Henrik Lissner
5374d96781
Make buffer library (and ivy switch-buffer commands) workspace-centric, rather than project centric
2017-02-21 00:43:15 -05:00
Henrik Lissner
b1828d458b
completion/company: refactor
2017-02-20 20:43:22 -05:00
Henrik Lissner
9d30f95972
Move wgrep+ivy popup def to ivy module
2017-02-20 20:43:08 -05:00
Henrik Lissner
f0adef1b01
Add modules/completion/ido
2017-02-20 00:26:08 -05:00
Henrik Lissner
5c13f2eced
Update modules/completion/ivy
2017-02-20 00:26:08 -05:00
Henrik Lissner
2b027c0052
Add modules/completion/company
2017-02-20 00:26:08 -05:00
Henrik Lissner
b8f5d549ea
Add modules/completion/helm
2017-02-20 00:26:07 -05:00
Henrik Lissner
54d58c358e
Improve v2.0 compatibility for modules/completion/ivy
2017-02-20 00:26:07 -05:00
Henrik Lissner
4978af4f76
Add modules/completion/ivy
2017-02-20 00:26:07 -05:00