Просмотр исходного кода

Add rainbow-delimiters package and setup.

cray
Mitch Tishmack 11 лет назад
Родитель
Сommit
f69d760a8c
1 измененных файлов: 9 добавлений и 0 удалений
  1. +9
    -0
      emacs/.emacs.d/emacs.org

+ 9
- 0
emacs/.emacs.d/emacs.org Просмотреть файл

@@ -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


Загрузка…
Отмена
Сохранить