Skip to content

Commit

Permalink
not times new roman mode anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
enah committed Feb 7, 2014
1 parent 8f7fc14 commit 746b250
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,14 @@
backup-directory-alist `(("." . "~/.saves")))
(normal-erase-is-backspace-mode 1)

;; (set-face-attribute 'default nil
;; :family "Times New Roman"
;; :height 200)

(set-face-attribute 'default nil
:family "Times New Roman"
:height 200)
; Andale Mono
:family "Andale Mono"
:height 150)


;(custom-set-faces
;; custom-set-faces was added by Custom.
Expand Down

0 comments on commit 746b250

Please sign in to comment.