nixos/home/emacs/early-init.el

13 lines
374 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 "~/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