Enable show-parens-mode
This commit is contained in:
parent
1d8db87255
commit
7c0c7d15d0
@ -4183,3 +4183,8 @@ Does what it says on the box. I use it to hide the mode line in Neotree buffers.
|
||||
(use-package hide-mode-line
|
||||
:hook ((neotree-mode imenu-list-major-mode) . hide-mode-line-mode))
|
||||
#+END_SRC
|
||||
|
||||
* show-paren-mode
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(show-paren-mode 1)
|
||||
#+END_SRC
|
||||
|
Loading…
Reference in New Issue
Block a user