Emacs: enabled show-paren-mode

This commit is contained in:
Marcel Kapfer 2018-11-25 11:07:13 +01:00
parent c9caf85dde
commit 885aa65866
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 0 deletions

View File

@ -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")