linux.el
author Luke Hoersten <Luke@Hoersten.org>
Sun, 12 Dec 2010 10:43:21 -0600
changeset 31 27930e0310d6
parent 29 b52bb6669eed
permissions -rw-r--r--
Reorganized a ton. Split into 3 main sections: General, Modes, and Requires.

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

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