diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2019-12-27 09:33:32 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2019-12-27 09:33:32 -0800 |
commit | d484fe0584ed5ee3e7a2a335b8562010f8ae0f58 (patch) | |
tree | dd8debb233535a7835374db9b5d29a319e2b0188 /emacs | |
parent | emacs: magit buffer in full frame (diff) | |
download | emacs.d-d484fe0584ed5ee3e7a2a335b8562010f8ae0f58.tar.gz |
emacs: show . and .. with ivy.
Not having them displayed make it more difficult to me to navigate files and directories.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-navigation.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el index e5b9609..69730b2 100644 --- a/emacs.d/custom/fcuny-navigation.el +++ b/emacs.d/custom/fcuny-navigation.el @@ -101,6 +101,7 @@ :config (ivy-rich-mode 1) :custom + (ivy-extra-directories '("../" "./")) (ivy-virtual-abbreviate 'full) (ivy-rich-switch-buffer-align-virtual-buffer t) (ivy-rich-path-style 'abbrev)) |