src.nth.io/

summaryrefslogtreecommitdiff
path: root/linux.el
diff options
context:
space:
mode:
Diffstat (limited to 'linux.el')
-rw-r--r--linux.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/linux.el b/linux.el
deleted file mode 100644
index a96274a..0000000
--- a/linux.el
+++ /dev/null
@@ -1,9 +0,0 @@
-;; ~/.emacs.d/linux.el
-;; Luke Hoersten <[email protected]>
-
-(if window-system
- (progn
- (set-default-font "Monospace-10")
- ))
-(message "Loaded Linux settings")
-(provide 'linux)