Remove unneeded :defer t in ace-link configuration

This commit is contained in:
syl20bnr 2015-04-06 23:04:23 -04:00
parent 73f3686cff
commit 4ceda4da2f

View file

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