mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
counsel-find-file-at-point = nil
This is disruptive when you use counsel-find-file to quickly jump to another file in or near the current directory. There's already gf for this sort of thing anyway.
This commit is contained in:
@ -266,8 +266,7 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||||||
(funcall cmd source target 1))))
|
(funcall cmd source target 1))))
|
||||||
|
|
||||||
;; Configure `counsel-find-file'
|
;; Configure `counsel-find-file'
|
||||||
(setq counsel-find-file-at-point t
|
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
|
||||||
counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
|
|
||||||
(ivy-add-actions
|
(ivy-add-actions
|
||||||
'counsel-find-file
|
'counsel-find-file
|
||||||
`(("b" counsel-find-file-cd-bookmark-action "cd bookmark")
|
`(("b" counsel-find-file-cd-bookmark-action "cd bookmark")
|
||||||
|
Reference in New Issue
Block a user