src.nth.io/

summaryrefslogtreecommitdiff
path: root/linux.el
blob: a96274a981d6e929f5440b6922a14b60feafe64b (plain)
1
2
3
4
5
6
7
8
9
;; ~/.emacs.d/linux.el
;; Luke Hoersten <[email protected]>

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