Skip to content

Commit

Permalink
removed unneeded show-paren-face faces definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 7, 2011
1 parent 0f5c0bf commit 7cf109e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion init.el
@@ -1,4 +1,4 @@
;; Time-stamp: <2011-09-13 23:04:13 (bozhidar)>
;; Time-stamp: <2011-10-06 22:20:56 (bozhidar)>

;; Copyright (C) 2009-2011 Bozhidar Batsov.
;; This file is free software licensed under the terms of the
Expand Down
7 changes: 1 addition & 6 deletions misc-config.el
Expand Up @@ -96,14 +96,9 @@
(require 'windmove)
(windmove-default-keybindings 'super)

;; show-paren-mode: subtle blinking of matching paren (defaults are ugly)
;; show-paren-mode: subtle highlighting of matching parens
(show-paren-mode t)
(setq show-paren-style 'parenthesis)
(set-face-attribute 'show-paren-match-face nil
:weight 'bold :underline nil :overline nil :slant 'normal)
(set-face-background 'show-paren-mismatch-face "red")
(set-face-attribute 'show-paren-mismatch-face nil
:weight 'bold :underline nil :overline nil :slant 'normal)

;; tramp, for sudo access
(require 'tramp)
Expand Down

0 comments on commit 7cf109e

Please sign in to comment.