From aab5bfd074e57d06a79e39d7c7c4760e1f385a06 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 17 Oct 2022 21:41:28 -0500 Subject: Bankruptcy 9 --- machines/windows-nt.el | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 machines/windows-nt.el (limited to 'machines/windows-nt.el') diff --git a/machines/windows-nt.el b/machines/windows-nt.el deleted file mode 100644 index a95754e..0000000 --- a/machines/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 machine-default-font "Cascadia Mono" - machine-default-height 90 - machine-variable-pitch-font "Carlito" - machine-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