From 95e42eebe8269027ececb70a7dc89ee5e13a5164 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 26 Apr 2014 13:14:45 +0100 Subject: Emacs: install and configure paradox-mode --- tag-emacs/emacs.d/Cask | 1 + tag-emacs/emacs.d/init.el | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/tag-emacs/emacs.d/Cask b/tag-emacs/emacs.d/Cask index b4ce4e37..ce67a9aa 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 f87aaa2d..580b5fdc 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 -- cgit 1.4.1