Ver a proveniência

Add rainbow-delimiters package and setup.

cray
Mitch Tishmack há 11 anos
ascendente
cometimento
f69d760a8c
1 ficheiros alterados com 9 adições e 0 eliminações
  1. +9
    -0
      emacs/.emacs.d/emacs.org

+ 9
- 0
emacs/.emacs.d/emacs.org Ver ficheiro

@@ -678,6 +678,14 @@ Helpfully inserts matching parens, can be a pita too.
(use-package smartparens :ensure t)
#+END_SRC

** rainbow delimiters

Makes matching parens easier.

#+BEGIN_SRC emacs-lisp
(use-package rainbow-delimiters :ensure t)
#+END_SRC

** uniquify

Make buffer names unique based on their directory and not have <N> or other nonsense.
@@ -812,6 +820,7 @@ Common mode defaults I think are sensible.
(customize-set-variable 'tab-width 2)
(flycheck-mode)
(turn-on-fic-mode)
(rainbow-delimiters-mode)
)
)
#+END_SRC


Carregando…
Cancelar
Guardar