diff options
Diffstat (limited to 'emacs/init.el')
-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 |