dots/chemacs/.emacs.d/init.el

12 lines
387 B
EmacsLisp
Raw Normal View History

2022-01-05 10:19:08 +00:00
;;; init.el --- -*- lexical-binding: t; -*-
(require 'chemacs
(expand-file-name "chemacs.el"
(file-name-directory
(file-truename load-file-name))))
(chemacs-load-user-init)
;; this must be here to keep the package system happy, normally you do
;; `package-initialize' for real in your own init.el
;; (package-initialize)