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.
This commit is contained in:
parent
97fd83272c
commit
9108c3fa7d
3 changed files with 0 additions and 15 deletions
|
|
@ -9,12 +9,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Dependencies
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(require 'prism)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Configuration
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
@ -23,7 +17,5 @@
|
|||
:config
|
||||
(add-hook 'python-mode-hook #'py-yapf-enable-on-save))
|
||||
|
||||
(add-hook 'python-mode-hook #'prism-mode)
|
||||
|
||||
(provide 'wpc-python)
|
||||
;;; wpc-python.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue