summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-04-26 13:14:45 +0100
committerAlan Pearce2014-04-26 13:14:45 +0100
commit95e42eebe8269027ececb70a7dc89ee5e13a5164 (patch)
tree3899799124b32f19ff3d6ac9c56c2f6f7c7fcd28 /tag-emacs/emacs.d
parent85448cdf0f4b74e2d626b581176988301b9e30e0 (diff)
downloaddotfiles-95e42eebe8269027ececb70a7dc89ee5e13a5164.tar.lz
dotfiles-95e42eebe8269027ececb70a7dc89ee5e13a5164.tar.zst
dotfiles-95e42eebe8269027ececb70a7dc89ee5e13a5164.zip
Emacs: install and configure paradox-mode
Diffstat (limited to 'tag-emacs/emacs.d')
-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