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.