From 4ceda4da2fff0aff778b997415d5334b9a56e21f Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 6 Apr 2015 23:04:23 -0400 Subject: [PATCH] Remove unneeded :defer t in ace-link configuration --- spacemacs/packages.el | 1 - 1 file changed, 1 deletion(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 93907cff6..1a22a8345 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -139,7 +139,6 @@ which require an initialization must be listed explicitly in the list.") (defun spacemacs/init-ace-link () (use-package ace-link - :defer t :commands spacemacs/ace-buffer-links :init (define-key spacemacs-mode-map "o" 'spacemacs/ace-buffer-links)