summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2019-12-27 09:33:32 -0800
committerFranck Cuny <franck.cuny@gmail.com>2019-12-27 09:33:32 -0800
commitd484fe0584ed5ee3e7a2a335b8562010f8ae0f58 (patch)
treedd8debb233535a7835374db9b5d29a319e2b0188
parentemacs: magit buffer in full frame (diff)
downloademacs.d-d484fe0584ed5ee3e7a2a335b8562010f8ae0f58.tar.gz
emacs: show . and .. with ivy.
Not having them displayed make it more difficult to me to navigate files
and directories.
-rw-r--r--emacs.d/custom/fcuny-navigation.el1
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))