summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/Cask1
-rw-r--r--tag-emacs/emacs.d/init.el5
2 files changed, 6 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/Cask b/tag-emacs/emacs.d/Cask
index b4ce4e3..ce67a9a 100644
--- a/tag-emacs/emacs.d/Cask
+++ b/tag-emacs/emacs.d/Cask
@@ -40,6 +40,7 @@
 (depends-on "org-journal")
 (depends-on "org-plus-contrib")
 (depends-on "pallet")
+(depends-on "paradox")
 (depends-on "paredit")
 (depends-on "php-extras")
 (depends-on "php-mode")
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index f87aaa2..580b5fd 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -42,6 +42,11 @@
 (require 'req-package)
 (req-package pallet)
 
+(req-package paradox
+  :init (progn
+          (when paradox-github-token
+            (paradox-enable))))
+
 ;;;; Style
 
 (req-package linum