From 20c6246313726089e0864f65dbb540564fcd4ad9 Mon Sep 17 00:00:00 2001 From: datool <32123754+datool@users.noreply.github.com> Date: Sun, 31 Jan 2021 06:24:25 +0700 Subject: [PATCH] Remap `describe-symbol` to `counsel-describe-symbol` . (#4593) * Remap `describe-symbol` to `counsel-describe-symbol` . "SPC h o" now uses `counsel-describe-symbol` instead of plain `helpful-symbol` (maybe with completion) to get input. * Remove counsel-describe-symbol-function change Co-authored-by: Henrik Lissner --- modules/completion/ivy/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 5fc261de7..6877ed766 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -184,6 +184,7 @@ results buffer.") [remap describe-face] #'counsel-faces [remap describe-function] #'counsel-describe-function [remap describe-variable] #'counsel-describe-variable + [remap describe-symbol] #'counsel-describe-symbol [remap evil-ex-registers] #'counsel-evil-registers [remap evil-show-marks] #'counsel-mark-ring [remap execute-extended-command] #'counsel-M-x