linux.el
author Luke Hoersten <Luke@Hoersten.org>
Sat, 04 Dec 2010 13:21:20 -0600
changeset 30 5aa1ceff049d
parent 29 b52bb6669eed
permissions -rw-r--r--
Started using eshell with TERM=emacs for bash colors.

;; ~/.emacs.d/linux.el
;; Luke Hoersten <[email protected]>

(if window-system
    (progn
      (set-default-font "Monospace-10")
      ))
(message "Loaded Linux settings")
(provide 'linux)