Re-introduce rainbow-identifiers
This commit is contained in:
parent
92bdedcfd9
commit
dc96bdc627
@ -2607,6 +2607,12 @@ Automatically add spaces around operators.
|
||||
(prog-mode . rainbow-delimiters-mode))
|
||||
#+END_SRC
|
||||
|
||||
** Colourful identifiers
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package rainbow-identifiers)
|
||||
#+end_src
|
||||
|
||||
** REST Client
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user