summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-completion.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ravi-init-completion.el b/lisp/ravi-init-completion.el
index 4518f2f..76d216c 100644
--- a/lisp/ravi-init-completion.el
+++ b/lisp/ravi-init-completion.el
@@ -43,6 +43,7 @@
(setq selectrum-highlight-candidates-function #'orderless-highlight-matches)
(setq selectrum-max-window-height 22)
(selectrum-mode +1)
+ (bind-key "C-l" 'backward-kill-word selectrum-minibuffer-map)
(autoload 'ffap-guesser "ffap")
(setq minibuffer-default-add-function
@@ -81,7 +82,7 @@
:init
;; Optionally replace the key help with a completing-read interface
(setq prefix-help-command #'embark-prefix-help-command)
- (bind-key "C-l" #'embark-act
+ (bind-key "C-t" #'embark-act
(pcase ravi/use-selection-system
('selectrum selectrum-minibuffer-map)
('vertico vertico-map)))