forked from colonelpanic/dotfiles
Always execute paradox asynchronously.
This commit is contained in:
parent
2cb0bece40
commit
3a9de1be2d
@ -94,7 +94,7 @@
|
||||
;; =============================================================================
|
||||
|
||||
(defvar packages-eager
|
||||
'(popup yasnippet cl-lib paradox
|
||||
'(popup yasnippet cl-lib
|
||||
xclip dired+ ctags ctags-update aggressive-indent imenu+ neotree diminish
|
||||
gist))
|
||||
|
||||
@ -471,6 +471,11 @@ The current directory is assumed to be the project's root otherwise."
|
||||
;; use-package
|
||||
;; =============================================================================
|
||||
|
||||
(use-package paradox
|
||||
:config
|
||||
(progn
|
||||
(setq paradox-execute-asynchronously t)))
|
||||
|
||||
(use-package ansi-term
|
||||
:commands ansi-term
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user