Browse Source

parenthesis now colored

master
Marc 3 years ago
parent
commit
35ab447647
1 changed files with 5 additions and 1 deletions
  1. 6
      init.org

6
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:

Loading…
Cancel
Save