mirror of
https://github.com/plexus/chemacs2.git
synced 2026-09-10 07:26:27 -04:00
Restructure so that many things that previously got done at least twice, now get done only once. Fix #6, #7, #8, #10, #11.
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)
|