From 679b0c30dc13a813762bae505bef9ac6911e87c4 Mon Sep 17 00:00:00 2001 From: Ashley Duckworth Date: Fri, 22 Jan 2021 13:07:59 -0600 Subject: Finally sort out the config.org/el loading thing --- early-init.el | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 5ebc544..f9486ff 100644 --- a/early-init.el +++ b/early-init.el @@ -1,16 +1,30 @@ -;; early-init.el -*- no-byte-compile: t; -*- +;;; early-init.el -*- no-byte-compile: t; -*- +;; Copyright (C) 2020 Case Duckworth + +;; Author: Case Duckworth +;; Created: Sometime during the Covid-19 lockdown, 2019 +;; Keywords: configuration +;; URL: https://tildegit.org/acdw/emacs + +;; This file is not part of GNU Emacs. + +;;; Commentary: ;; This file is automatically tangled from config.org. ;; Hand edits will be overwritten! + +;;; Code: + ;; BOOTSTRAP PACKAGE MANAGEMENT (let ((win-app-dir "~/Applications")) (dolist (path (list ;; Windows + (expand-file-name "exe" win-app-dir) (expand-file-name "Git/bin" win-app-dir) (expand-file-name "Git/usr/bin" win-app-dir) (expand-file-name "Git/mingw64/bin" win-app-dir) + (expand-file-name "Everything" win-app-dir) ;; Linux - (expand-file-name "bin" - user-emacs-directory) + (expand-file-name "bin" user-emacs-directory) (expand-file-name "~/bin") (expand-file-name "~/.local/bin") (expand-file-name "~/Scripts") @@ -68,3 +82,5 @@ (horizontal-scroll-bar-mode -1) (setq-default frame-inhibit-implied-resize t frame-resize-pixelwise t) + +;;; early-init.el ends here -- cgit 1.4.1-21-gabe81