From 35ab447647dc41db95e243be0359f1359f53ca23 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 12 Oct 2020 07:36:08 +0200 Subject: [PATCH] parenthesis now colored --- init.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 534ecb7..3019daa 100644 --- a/init.org +++ b/init.org @@ -172,7 +172,6 @@ Maybe turn it on again at some point before the next major emacs upgrade (prefer-coding-system 'utf-8)) (blink-cursor-mode -1) ;; turn off blinking cursor -(show-paren-mode t) ;; show other part of brackets (column-number-mode t) (setq uniquify-buffer-name-style 'forward) (setq-default indent-tabs-mode nil) ;; avoid tabs in place of multiple spaces (they look bad in tex) @@ -304,6 +303,11 @@ Windows Theme: (use-package delight :ensure t) + +(show-paren-mode t) ;; show other part of brackets +(use-package rainbow-delimiters + :ensure t + :hook ((prog-mode . rainbow-delimiters-mode))) #+END_SRC * undo :PROPERTIES: