summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-ido.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2021-09-13 02:35:59 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2021-09-13 02:45:36 (GMT)
commit50a760454df78c56c521174fc2ac9b59570b4962 (patch)
tree646ea7452031c18e45a12b31d9e33e3d635346ce /lisp/ravi-init-ido.el
parent89e27d124124156a01a228f785aa240e531afc35 (diff)
downloaddotemacs-50a760454df78c56c521174fc2ac9b59570b4962.zip
dotemacs-50a760454df78c56c521174fc2ac9b59570b4962.tar.gz
dotemacs-50a760454df78c56c521174fc2ac9b59570b4962.tar.bz2
Selectrum/vertico
Still need to find an alternative for helm-dash and browse-kill-ring
Diffstat (limited to 'lisp/ravi-init-ido.el')
-rw-r--r--lisp/ravi-init-ido.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ravi-init-ido.el b/lisp/ravi-init-ido.el
index 9e15aba..bddcaf1 100644
--- a/lisp/ravi-init-ido.el
+++ b/lisp/ravi-init-ido.el
@@ -79,7 +79,7 @@
ido-selected
ido-final-text
ido-show-confirm-message)
- :if (not ravi/use-helm-instead-of-ido)
+ :if (equal ravi/use-selection-system 'ido)
:init
(ido-mode 1)
@@ -159,7 +159,7 @@
(use-package smex
:init
(global-set-key [remap execute-extended-command] 'smex)
- :if (not ravi/use-helm-instead-of-ido))
+ :if (equal ravi/use-selection-system 'ido))
(provide 'ravi-init-ido)
;;; ravi-init-ido.el ends here