summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2019-12-27 09:23:00 -0800
committerFranck Cuny <franck.cuny@gmail.com>2019-12-27 09:23:00 -0800
commit4efafe92b2350fc5193b048002b695ff54096506 (patch)
tree75ef6f1333a6d7d641dfe1f51eb8b3d804704ca6 /emacs
parentorg: don't use orgit for now. (diff)
downloademacs.d-4efafe92b2350fc5193b048002b695ff54096506.tar.gz
emacs: remove duplicated setting for ivy
The setting `ivy-use-virtual-buffer` was set twice.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-navigation.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el
index fe9db20..e5b9609 100644
--- a/emacs.d/custom/fcuny-navigation.el
+++ b/emacs.d/custom/fcuny-navigation.el
@@ -89,7 +89,6 @@
   (ivy-use-virtual-buffers t)
   (ivy-count-format "(%d/%d) ")
   (ivy-height 20)
-  (ivy-use-virtual-buffers t)
   (ivy-use-selectable-prompt t)
   :bind (("C-x b"   . ivy-switch-buffer)
          ("C-c C-r" . ivy-resume)