From 879c695f3ac73158e3469c312c94bc8a83b346c1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 9 Dec 2017 16:22:06 -0500 Subject: [PATCH] completion/ivy: remove unnecessary help remaps --- modules/completion/ivy/config.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 82a53a8ab..0f5a725a7 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -56,8 +56,6 @@ immediately runs it on the current candidate (ending the ivy session)." [remap projectile-find-file] #'counsel-projectile-find-file [remap imenu-anywhere] #'ivy-imenu-anywhere [remap execute-extended-command] #'counsel-M-x - [remap describe-function] #'counsel-describe-function - [remap describe-variable] #'counsel-describe-variable [remap describe-face] #'counsel-describe-face) ;; Show more buffer information in switch-buffer commands