completion/ivy: remap org-capture to counsel-org-capture #407
This commit is contained in:
parent
be56af82bf
commit
4658d22bf7
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||||
[remap yank-pop] #'counsel-yank-pop
|
[remap yank-pop] #'counsel-yank-pop
|
||||||
[remap info-lookup-symbol] #'counsel-info-lookup-symbol
|
[remap info-lookup-symbol] #'counsel-info-lookup-symbol
|
||||||
[remap imenu] #'counsel-imenu
|
[remap imenu] #'counsel-imenu
|
||||||
[remap recentf-open-files] #'counsel-recentf)
|
[remap recentf-open-files] #'counsel-recentf
|
||||||
|
[remap org-capture] #'counsel-org-capture)
|
||||||
:config
|
:config
|
||||||
(set! :popup "^\\*ivy-occur" '((size . 0.35)) '((transient . 0) (quit)))
|
(set! :popup "^\\*ivy-occur" '((size . 0.35)) '((transient . 0) (quit)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue