Emacs: enabled show-paren-mode
This commit is contained in:
parent
c9caf85dde
commit
885aa65866
1 changed files with 3 additions and 0 deletions
|
@ -174,6 +174,9 @@
|
|||
(add-hook 'mail-mode-hook 'auto-fill-mode)
|
||||
(add-hook 'mail-mode-hook (lambda () (setq fill-column 72)))
|
||||
|
||||
;; highlight matching parenthesis
|
||||
(show-paren-mode 1)
|
||||
|
||||
;; set default web browser
|
||||
(setq browse-url-generic-program "x-www-browser")
|
||||
|
||||
|
|
Loading…
Reference in a new issue