forked from colonelpanic/dotfiles
Always execute paradox asynchronously.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user