Skip to content

Commit

Permalink
Themeing is weird
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserc committed Apr 26, 2010
1 parent 6d0e133 commit c721332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/ethan-wspace.el
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,8 @@ With arg, turn highlighting on if arg is positive, off otherwise."

;; show-trailing-whitespace uses the face `trailing-whitespace', so we
;; make this mirror `ethan-wspace-face'.
(copy-face 'ethan-wspace-face 'trailing-whitespace)
;(copy-face 'ethan-wspace-face 'trailing-whitespace)
(face-spec-set 'trailing-whitespace (list (list t (face-attr-construct 'ethan-wspace-face))) nil)

;; Some pre/post command hooks for dealing with overlays
(defun ethan-wspace-pre-command-hook ()
Expand Down

0 comments on commit c721332

Please sign in to comment.