summary refs log tree commit diff
path: root/emacs.d/config/config-package.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/config/config-package.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.d/config/config-package.el b/emacs.d/config/config-package.el
index 5389c0c..1b7c6f0 100644
--- a/emacs.d/config/config-package.el
+++ b/emacs.d/config/config-package.el
@@ -1,5 +1,3 @@
-(require 'config-env)
-
 ;; where to store the packages
 (setq package-user-dir fcuny-path-emacs-elpa)
 
@@ -13,6 +11,8 @@
 (when (not (package-installed-p 'paradox))
   (package-install 'paradox))
 
+(setq paradox-github-token t)
+
 (paradox-require 'use-package)
 
 (require 'use-package)