diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-20 16:00:34 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-20 16:00:34 +0100 |
commit | 43f1ebb106dcf3e73ec2d4f0902061d03e617be2 (patch) | |
tree | a49e20545a5712e544817afee8a7d90b60710538 /.emacs.d/lisp/init-completion.el | |
parent | 95ee288c75ac3129712d3da198a343137f67c091 (diff) | |
download | dotfiles-43f1ebb106dcf3e73ec2d4f0902061d03e617be2.tar.gz |
Play around with some keybindings
Diffstat (limited to '.emacs.d/lisp/init-completion.el')
-rw-r--r-- | .emacs.d/lisp/init-completion.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el index 5136210..a1f0449 100644 --- a/.emacs.d/lisp/init-completion.el +++ b/.emacs.d/lisp/init-completion.el @@ -196,7 +196,7 @@ ("M-'" . consult-register-store) ;; orig. abbrev-prefix-mark (unrelated) ("C-M-#" . consult-register) ;; Other custom bindings - ("C-S-s" . consult-line) + ("C-s" . consult-line) ("C-M-S" . consult-line-symbol-at-point) ("M-y" . consult-yank-pop) ;; orig. yank-pop ("<help> a" . consult-apropos) ;; orig. apropos-command @@ -355,8 +355,8 @@ (use-package embark :bind - (("C-." . embark-act) - ("C-;" . embark-dwim) + (("C-," . embark-act) + ("C-." . embark-dwim) ("C-c C-o" . embark-export) ("C-h b" . embark-bindings) ("C-h B" . describe-bindings)) |