diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-09-30 15:55:09 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-09-30 15:55:09 +0100 |
commit | 80c972570e3a2d18816a4a1eb1540fa4d2833bce (patch) | |
tree | d392462a73b0d156c1339694e8e3bfa1b1225c3b | |
parent | 80bcff3dfcb956ffcb8e7f33a25a18e85d6e11b8 (diff) | |
download | dotfiles-80c972570e3a2d18816a4a1eb1540fa4d2833bce.tar.gz |
Tweak comments copied from consult README
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index 94eb979..a1d29ef 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -330,13 +330,13 @@ DEFS is a plist associating completion categories to commands." :config - ;; Optionally configure the register formatting. This improves the register + ;; Configure register formatting. This improves the register ;; preview for `consult-register', `consult-register-load', ;; `consult-register-store' and the Emacs built-ins. (setq register-preview-delay 0 register-preview-function #'consult-register-format) - ;; Optionally tweak the register preview window. + ;; Tweak the register preview window. ;; This adds thin lines, sorting and hides the mode line of the window. (advice-add #'register-preview :override #'consult-register-window) |