summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-12 21:49:53 +0000
committernoa@gaiwan.org2024-06-12 21:49:53 +0000
commit95fff646bfd2ee002022133b868d20effd0edea8 (patch)
tree8b6b23f0d2600f1ca939fba341debc5fd96938d0 /emacs
parent5679c3991bcda6c36f11109b1b573b68d09a85e2 (diff)
Remove rainbow mode use-package declaration
Rainbow mode colours hex colour codes and x colour words with that colour.  It's cute, but i found it a bit distracting and usually not that helpful.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 497369a..4fed3e4 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -509,11 +509,6 @@ and when JID is not in `jabber-activity-banned'."
 	:custom
 	(global-eldoc-mode t))
 
-(use-package rainbow-mode
-	:ensure t
-	:delight
-	:hook (prog-mode . rainbow-mode))
-
 ;; use a bar cursor and blink it and don't stop blinking it.  i don't know how i feel about this yet to be honest, but it helps me know which window is active so for now i'm keeping it
 (setopt
 	cursor-type 'bar