Changed tamsyn font name
This commit is contained in:
parent
fd823b4339
commit
c9d208a78d
1 changed files with 2 additions and 2 deletions
4
emacs
4
emacs
|
@ -36,7 +36,7 @@
|
|||
|
||||
;; Platform specifics
|
||||
(if (eq system-type 'gnu/linux) ; if we're running linux
|
||||
(set-frame-font "tamsyn8x15r"))
|
||||
(set-frame-font "-*-tamsyn-medium-*-*-*-15-*-*-*-*-80-*-*"))
|
||||
|
||||
;; Variables
|
||||
(setq
|
||||
|
@ -101,7 +101,7 @@
|
|||
(car frame)
|
||||
(selected-frame))))
|
||||
(progn
|
||||
(set-frame-font "tamsyn8x15r"))))
|
||||
(set-frame-font "-*-tamsyn-medium-*-*-*-15-*-*-*-*-80-*-*"))))
|
||||
(require 'server)
|
||||
(defadvice server-create-window-system-frame
|
||||
(after set-system-frame-colours ())
|
||||
|
|
Loading…
Reference in a new issue