From ff89a5f645302a98b67439f36f2c8acd2bd7da94 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 12 Mar 2019 11:25:00 -0400 Subject: [PATCH] Remove redundant :commands The helpful package defines these as autoloads already. --- core/core-editor.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/core-editor.el b/core/core-editor.el index ef2ef81be..1166880a4 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -271,11 +271,7 @@ savehist file." ;; `helpful' --- a better *help* buffer (def-package! helpful - :commands (helpful-callable - helpful-command - helpful-variable - helpful-key - helpful--read-symbol) + :defer t :init (define-key! [remap describe-function] #'helpful-callable