mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
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)
|