summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-07-11 16:00:28 +0200
committerAlan Pearce2015-07-11 16:00:28 +0200
commite6b57d1131f4734871429b7ffdaab77b424a3252 (patch)
treefda6d195f98e923cf3158c9f18eeefaea70da14c /tag-emacs
parentfd343aa3591c09e54b9212c91d81a84dd6ab6981 (diff)
downloaddotfiles-e6b57d1131f4734871429b7ffdaab77b424a3252.tar.lz
dotfiles-e6b57d1131f4734871429b7ffdaab77b424a3252.tar.zst
dotfiles-e6b57d1131f4734871429b7ffdaab77b424a3252.zip
Emacs: Remove paradox
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/Cask1
-rw-r--r--tag-emacs/emacs.d/init.el5
2 files changed, 0 insertions, 6 deletions
diff --git a/tag-emacs/emacs.d/Cask b/tag-emacs/emacs.d/Cask
index 398b412..ad31376 100644
--- a/tag-emacs/emacs.d/Cask
+++ b/tag-emacs/emacs.d/Cask
@@ -89,7 +89,6 @@
 (depends-on "package-build")
 (depends-on "packed")
 (depends-on "pallet")
-(depends-on "paradox")
 (depends-on "paredit")
 (depends-on "password-store")
 (depends-on "pcache")
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index a2c8c60..5c881b7 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -51,11 +51,6 @@
   :defer 5
   :config (pallet-mode 1))
 
-(req-package paradox
-  :defer t
-  :config (progn
-            (setq paradox-automatically-star nil)))
-
 (if (not (fboundp #'package-desc-archive))
     (defsubst package-desc-archive (desc)
       (aref desc (1- (length desc)))))