minor change
This commit is contained in:
parent
70f84b288a
commit
adbf5fd665
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@
|
|||
(defadvice windmove-right (before other-window-now activate)
|
||||
(when buffer-file-name (save-buffer)))
|
||||
|
||||
;; show-paren-mode: subtle highlighting of matching parens
|
||||
(show-paren-mode t)
|
||||
;; show-paren-mode: subtle highlighting of matching parens (global-mode)
|
||||
(show-paren-mode +1)
|
||||
(setq show-paren-style 'parenthesis)
|
||||
|
||||
;; highlight the current line
|
||||
|
|
Loading…
Reference in a new issue