From 9b1bd93ceb3b74824dcfd669e7f7a17bac63a3c9 Mon Sep 17 00:00:00 2001 From: KJ Date: Thu, 12 Sep 2024 22:15:43 -0400 Subject: [PATCH] Remove unused shortcuts. --- configs/init-minibuffer.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/init-minibuffer.el b/configs/init-minibuffer.el index ff7c71c..fa7fec1 100644 --- a/configs/init-minibuffer.el +++ b/configs/init-minibuffer.el @@ -81,8 +81,7 @@ (insert (save-excursion (set-buffer (window-buffer (minibuffer-selected-window))) (or (thing-at-point 'symbol t) ""))))) ;; Al presionar por segunda ves C-s busca el símbolo actual. - ("M-s" . consult-history) ;; orig. historial de búsqueda - ("M-r" . consult-history)) ;; orig. historual de búsqueda + ) ;; Enable automatic preview at point in the *Completions* buffer. This is ;; relevant when you use the default completion UI.