Merge pull request #61 from gilbertw1/feature-show-parens-org-local
only disable show-paren-mode locally for org mode buffers
This commit is contained in:
commit
8e9ac89f7e
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@
|
|||
(setq line-spacing 1)
|
||||
|
||||
;; show-paren-mode causes problems for org-indent-mode
|
||||
(show-paren-mode -1)
|
||||
(make-local-variable 'show-paren-mode)
|
||||
(setq show-paren-mode nil)
|
||||
|
||||
(visual-line-mode +1)
|
||||
(when (and (featurep 'evil) evil-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue