From 9e46efac61fc4246b810c8b19127248ed7b3080e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 5 Jan 2022 17:12:32 -0600 Subject: Lots of changes, maybe breaking something I have to do a big debugging tonight. Keybinds aren't getting picked up, idk what's going on. --- early-init.el | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 17b3844..805bd61 100644 --- a/early-init.el +++ b/early-init.el @@ -21,13 +21,16 @@ ;;; Code: -(define-advice load (:before (feature &rest _)) - "Message the user when loading a library." - (with-temp-message (format "Now loading: '%s'" feature))) +;;(setq debug-on-error t) +(message "Loading early-init.el...") + +;; (define-advice load (:before (feature &rest _)) +;; "Message the user when loading a library." +;; (with-temp-message (format "Now loading: '%s'" feature))) ;;; Speed up init -(setq gc-cons-threshold most-positive-fixnum) +;; (setq gc-cons-threshold most-positive-fixnum) (add-hook 'emacs-startup-hook (defun emacs-startup@restore-values () @@ -41,8 +44,6 @@ ;;; Set up extra load paths and functionality (push (locate-user-emacs-file "lisp") load-path) -(add-to-list 'load-path (locate-user-emacs-file "lisp/compat") :append) - (require 'acdw) (+define-dir .etc (locate-user-emacs-file ".etc") @@ -159,5 +160,7 @@ See `no-littering' for examples.") ;; is `straight-package-neutering-mode'. (defalias 'straight-ಠ_ಠ-mode nil) +(message "Loading early-init.el...Done.") + (provide 'early-init) ;;; early-init.el ends here -- cgit 1.4.1-21-gabe81