From 2b99cc25d369f6192b78863fec450e55b9d15d4a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 21 Jan 2022 16:40:25 -0600 Subject: Change system to machine --- systems/bob.el | 10 ---------- systems/gnu-linux.el | 5 ----- systems/windows-nt.el | 23 ----------------------- 3 files changed, 38 deletions(-) delete mode 100644 systems/bob.el delete mode 100644 systems/gnu-linux.el delete mode 100644 systems/windows-nt.el (limited to 'systems') diff --git a/systems/bob.el b/systems/bob.el deleted file mode 100644 index 427f38a..0000000 --- a/systems/bob.el +++ /dev/null @@ -1,10 +0,0 @@ -;;; bob.el --- Customizations for "bob" -*- lexical-binding: t; -*- - -;;; Commentary: - -;;; Code: - -(setq system-default-font "DejaVu Sans Mono" - system-default-height 105) - -;;; bob.el ends here diff --git a/systems/gnu-linux.el b/systems/gnu-linux.el deleted file mode 100644 index 333f15a..0000000 --- a/systems/gnu-linux.el +++ /dev/null @@ -1,5 +0,0 @@ -;;; linux.el -*- lexical-binding: t; -*- - -(setq system-default-height 105) - -;;; linux.el ends here diff --git a/systems/windows-nt.el b/systems/windows-nt.el deleted file mode 100644 index 3a0deee..0000000 --- a/systems/windows-nt.el +++ /dev/null @@ -1,23 +0,0 @@ -;;; windows.el --- Windows settings! -*- lexical-binding: t; -*- - -;; Annoying gnu-tls bug; I "always" trust the certificate anyway, so let's be -;; insecure. -(setq network-security-level 'low - debug-on-error t) - -;; Fonts - -(setq system-default-font "Cascadia Mono" - system-default-height 90 - system-variable-pitch-font "Carlito" - system-variable-pitch-height 1.2) - -;; Add C:\Program Files\* and C:\Program Files (x86)\* to exec-path -(dolist (path (append (file-expand-wildcards "C:/Program Files/*") - (file-expand-wildcards "c:/Program Files (x86)/*") - ;; Others... - (save-match-data - (split-string (getenv "PATH") ";" t)))) - (add-to-list 'exec-path path :append)) - -;;; windows.el ends here -- cgit 1.4.1-21-gabe81