diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·28+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·56+0000 |
commit | 9108c3fa7db65ce821a44d7d66e1f4ad3cf2304e (patch) | |
tree | 68299014dacc6fca86f27639fca1b7208ffe899b /configs/shared/.emacs.d/wpc/packages/wpc-misc.el | |
parent | 97fd83272c74bc4e0d89ee9902e072af6462e74f (diff) |
Drop support for prism-mode
Many times when I run `prism-mode` the contrast between the colors isn't strong enough. This is unfortunate because I really like the idea. Perhaps one day I can submit a PR to ensure that it uses the highest-contrast colors available to it.
Diffstat (limited to 'configs/shared/.emacs.d/wpc/packages/wpc-misc.el')
-rw-r--r-- | configs/shared/.emacs.d/wpc/packages/wpc-misc.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el index 580ade82fadf..0540b6251fb3 100644 --- a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el +++ b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el @@ -90,10 +90,6 @@ ;; alternative to help (use-package helpful) -;; Similar to Douglas Crockford's idea of scope highlighting instead of syntax -;; highlighting. -(use-package prism) - ;; Superior Elisp library for working with dates and times. ;; TODO: Put this where my other installations for dash.el, s.el, a.el, and ;; other utility Elisp libraries are located. |