Always execute paradox asynchronously.

This commit is contained in:
Ivan Malison 2015-08-16 03:24:18 -07:00
parent 2cb0bece40
commit 3a9de1be2d

View File

@ -94,7 +94,7 @@
;; ============================================================================= ;; =============================================================================
(defvar packages-eager (defvar packages-eager
'(popup yasnippet cl-lib paradox '(popup yasnippet cl-lib
xclip dired+ ctags ctags-update aggressive-indent imenu+ neotree diminish xclip dired+ ctags ctags-update aggressive-indent imenu+ neotree diminish
gist)) gist))
@ -471,6 +471,11 @@ The current directory is assumed to be the project's root otherwise."
;; use-package ;; use-package
;; ============================================================================= ;; =============================================================================
(use-package paradox
:config
(progn
(setq paradox-execute-asynchronously t)))
(use-package ansi-term (use-package ansi-term
:commands ansi-term :commands ansi-term
:config :config