Remove unused shortcuts.

This commit is contained in:
KJ 2024-09-12 22:15:43 -04:00
parent 21185e0438
commit 9b1bd93ceb
1 changed files with 1 additions and 2 deletions

View File

@ -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.