commit 137da69625eb950d3d549be975062ee63b00f29b
parent 1f07d495eeeaed9f12ff1fda98a9592873f44a68
Author: dwrz <dwrz@dwrz.net>
Date: Mon, 11 Dec 2023 02:41:15 +0000
Update Emacs init
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/emacs/init.el b/emacs/init.el
@@ -167,7 +167,8 @@
("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-x r b" . consult-bookmark)
+ ("C-h i" . consult-info))
;; :bind (;; C-c bindings in `mode-specific-map'
;; ("C-c M-x" . consult-mode-command)