diff options
author | noa@gaiwan.org | 2024-06-12 21:49:53 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-12 21:49:53 +0000 |
commit | 95fff646bfd2ee002022133b868d20effd0edea8 (patch) | |
tree | 8b6b23f0d2600f1ca939fba341debc5fd96938d0 /emacs | |
parent | 5679c3991bcda6c36f11109b1b573b68d09a85e2 (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.el | 5 |
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 |