diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-04-28 06:59:12 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-04-28 06:59:12 +0100 |
commit | 0f241204d0a4e2a4db9059d79ee8d93789f9dd65 (patch) | |
tree | d3ee7799334c4eee5aa53ab46ad63b2256ee6ba0 /.emacs.d/lisp/init-minibuffer.el | |
parent | c125c64013f364318ea9ebfe497833e79281c6f6 (diff) | |
download | dotfiles-0f241204d0a4e2a4db9059d79ee8d93789f9dd65.tar.gz |
Add functions for formatting text in org mode
Diffstat (limited to '.emacs.d/lisp/init-minibuffer.el')
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index 58d9a70..bb7a1a1 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -147,7 +147,7 @@ DEFS is a plist associating completion categories to commands." ("C-c f" . consult-recent-file) ("C-c r" . consult-ripgrep) ("C-c R" . consult-ripgrep-auto-preview) - ("C-c *" . consult-ripgrep-symbol-at-point) + ("C-c C-*" . consult-ripgrep-symbol-at-point) ("M-y" . consult-yank-pop) ;; orig. yank-pop ("<help> a" . consult-apropos) ;; orig. apropos-command ;; M-g bindings (goto-map) |