summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-helm.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-helm.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-helm.el')
-rw-r--r--lisp/ravi-init-helm.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ravi-init-helm.el b/lisp/ravi-init-helm.el
index 69e91bb..a207e16 100644
--- a/lisp/ravi-init-helm.el
+++ b/lisp/ravi-init-helm.el
@@ -103,10 +103,11 @@
:init
(progn
(setq xref-show-xrefs-function 'helm-xref-show-xrefs))))
- :if ravi/use-helm-instead-of-ido
+ :if (equal ravi/use-selection-system 'helm)
:diminish helm-mode)
(use-package helm-swoop
+ :if (equal ravi/use-selection-system 'helm)
:bind (("M-i" . helm-swoop))
:commands helm-swoop-from-isearch
:init