Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Nuke pesche font garbage
  • Loading branch information
nelhage committed Mar 19, 2013
1 parent 846c11d commit dd3c657
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions dot-emacs
Expand Up @@ -195,11 +195,7 @@ unable to perform symbol completion.")
:foreground "blue" :foreground "blue"
:weight 'bold) :weight 'bold)
(set-face-attribute 'font-lock-string-face nil (set-face-attribute 'font-lock-string-face nil
:foreground "dark red") :foreground "dark red"))
(set-face-attribute 'pesche-tab nil
:background "white")
(set-face-attribute 'pesche-space nil
:background "white"))


(defun set-normal-faces () (defun set-normal-faces ()
(interactive) (interactive)
Expand All @@ -213,11 +209,7 @@ unable to perform symbol completion.")
:weight 'normal) :weight 'normal)
(set-face-attribute 'font-lock-string-face nil (set-face-attribute 'font-lock-string-face nil
:foreground "orange") :foreground "orange")
(set-frame-font default-font t) (set-frame-font default-font t))
(set-face-attribute 'pesche-tab nil
:background "#113")
(set-face-attribute 'pesche-space nil
:background "#311"))


(defun safe-funcall (func &rest args) (defun safe-funcall (func &rest args)
"Call FUNC on ARGS if and only if FUNC is defined as a function." "Call FUNC on ARGS if and only if FUNC is defined as a function."
Expand Down

0 comments on commit dd3c657

Please sign in to comment.