config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit f73aa13b41b5fc591fec86542c345f04ac334741
parent 93940a5bc230ca638052c5c63226e95416ec04a9
Author: dwrz <dwrz@dwrz.net>
Date:   Thu, 14 Dec 2023 22:30:11 +0000

Update Emacs init

Diffstat:
Memacs/init.el | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/emacs/init.el b/emacs/init.el @@ -156,19 +156,19 @@ (use-package conf-mode :ensure nil) (use-package consult - :bind (("C-r" . consult-ripgrep) + :bind (("C-h i" . consult-info) ("C-s" . consult-line) ("C-x 4 b" . consult-buffer-other-window) ("C-x 5 b" . consult-buffer-other-frame) ("C-x b" . consult-buffer) ("C-x p b" . consult-project-buffer) ("C-x r b" . consult-bookmark) - ("C-h i" . consult-info) - ("M-y" . consult-yank-pop) - ("M-g i" . consult-imenu) + ("C-y" . consult-yank-pop) ("M-g I" . consult-imenu-multi) - ("M-g g" . consult-goto-line) ("M-g M-g" . consult-goto-line) + ("M-g g" . consult-goto-line) + ("M-g i" . consult-imenu) + ("M-y" . yank) :map minibuffer-local-map ("M-s" . consult-history) ("M-r" . consult-history))