Add counsel-find-file's actions to counsel-file-jump
This commit is contained in:
parent
2ef0ed90a4
commit
ab994627bc
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||
("L" (lambda (path) (with-ivy-window (insert (format "[[%s]]" path))))
|
||||
"Insert absolute org-link"))))
|
||||
|
||||
(ivy-add-actions 'counsel-file-jump (plist-get ivy--actions-list 'counsel-find-file))
|
||||
|
||||
;; `counsel-search': use normal page for displaying results, so that we see
|
||||
;; custom ddg themes (if one is set).
|
||||
(setf (nth 1 (alist-get 'ddg counsel-search-engines-alist))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue