summaryrefslogtreecommitdiffstats
path: root/ravi-init-ido.el
diff options
context:
space:
mode:
Diffstat (limited to 'ravi-init-ido.el')
-rw-r--r--ravi-init-ido.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/ravi-init-ido.el b/ravi-init-ido.el
index e99a5d8..7aec0ce 100644
--- a/ravi-init-ido.el
+++ b/ravi-init-ido.el
@@ -68,6 +68,7 @@
ido-selected
ido-final-text
ido-show-confirm-message)
+ :if (not ravi/use-helm-instead-of-ido)
:init
(ido-mode 1)
@@ -155,6 +156,7 @@
(use-package smex
:init
(global-set-key [remap execute-extended-command] 'smex)
+ :if (not ravi/use-helm-instead-of-ido)
:ensure t
)