diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-09-20 03:15:54 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-09-20 03:15:54 (GMT) |
| commit | 7ef532b101ee892ea0c1885f7e4ce26fdb5f2a9b (patch) | |
| tree | 2095347a49ef32931a64a6ef0f929fb749c11b18 /lisp/ravi-init-completion.el | |
| parent | 767d7c993e29bdcaa08f0a5f856e81b6c127667b (diff) | |
| download | dotemacs-7ef532b101ee892ea0c1885f7e4ce26fdb5f2a9b.zip dotemacs-7ef532b101ee892ea0c1885f7e4ce26fdb5f2a9b.tar.gz dotemacs-7ef532b101ee892ea0c1885f7e4ce26fdb5f2a9b.tar.bz2 | |
C-l is too ingrained in muscle memory
Diffstat (limited to 'lisp/ravi-init-completion.el')
| -rw-r--r-- | lisp/ravi-init-completion.el | 3 |
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))) |
