plexus.chemacs2/early-init.el
Sebastian Miele db1f5392bc Restructure and fix some bugs
Restructure so that many things that previously got done at least
twice, now get done only once.

Fix #6, #7, #8, #10, #11.
2020-10-21 16:11:14 +02:00

8 lines
250 B
EmacsLisp

;;; early-init.el --- -*- lexical-binding: t; -*-
(require 'chemacs
(expand-file-name "chemacs.el"
(file-name-directory
(file-truename load-file-name))))
(chemacs-load-user-early-init)