nixos/home/emacs/config/early-init.el

11 lines
282 B
EmacsLisp
Raw Normal View History

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