mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Restore ./ & ../ entries in ivy
There are a number of commands where these options are useful.
This commit is contained in:
@@ -63,8 +63,6 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||
ivy-wrap t
|
||||
ivy-fixed-height-minibuffer t
|
||||
projectile-completion-system 'ivy
|
||||
;; Remove ./ and ../ from file commands
|
||||
ivy-extra-directories nil
|
||||
;; disable magic slash on non-match
|
||||
ivy-magic-slash-non-match-action nil
|
||||
;; don't show recent files in switch-buffer
|
||||
|
Reference in New Issue
Block a user