nixos/home/emacs/early-init.el
Evie Litherland-Smith 78752637d3 Add crafted-early-init, remove some other crafted modules
Fork crafted-ui-config to custom-ui-config to remove dependency on demos
2023-10-25 15:47:35 +01:00

13 lines
374 B
EmacsLisp

;;; early-init.el --- Emacs early initialization for Crafted Emacs (optional) -*- lexical-binding: t; -*-
;;; Commentary:
;;
;;; Code:
;; Configures `package.el'
;; (load "~/crafted-emacs/modules/crafted-early-init-config")
(load (expand-file-name "crafted-emacs/modules/crafted-early-init-config" user-emacs-directory))
(provide 'early-init)
;;; early-init.el ends here