summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-09-19 16:26:09 +0200
committerAlan Pearce2016-09-19 16:26:09 +0200
commit73407ed6716d3edcf2c3431b345b3bfcd4cf3d4b (patch)
tree88a251d1146bb2d7f9337294e6675e77ef5b5f79 /tag-emacs
parentc90a72740bffa5cd8ac24c01a795fa3e61207d8b (diff)
downloaddotfiles-73407ed6716d3edcf2c3431b345b3bfcd4cf3d4b.tar.lz
dotfiles-73407ed6716d3edcf2c3431b345b3bfcd4cf3d4b.tar.zst
dotfiles-73407ed6716d3edcf2c3431b345b3bfcd4cf3d4b.zip
Emacs: Remove rainbow-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org10
1 files changed, 0 insertions, 10 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 40509d1..1ce0473 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -173,16 +173,6 @@ Let’s try a more minimal theme.
               (load-theme 'minimal-light t)))
 #+END_SRC
 
-Colourise colour names in certain types of buffer.  I don’t use this
-in modes for webdev because [[web-mode]] includes that functionality.
-#+BEGIN_SRC emacs-lisp
-(use-package rainbow-mode
-  :commands (rainbow-turn-on
-             rainbow-turn-off)
-  :config (progn
-            (add-hook 'xmonad-mode-hook #'rainbow-turn-on)))
-#+END_SRC
-
 Highlighting quasi-quoted expressions in lisps is quite useful.
 #+BEGIN_SRC emacs-lisp
   (use-package highlight-stages