mirror of https://github.com/Flinner/dots.git
12 lines
387 B
EmacsLisp
12 lines
387 B
EmacsLisp
;;; 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)
|