Files
dotfiles/emacs.d-init.el

20 lines
865 B
EmacsLisp

;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
;; (package-initialize)
;; (setq package-archives
;; '(
;; ("popkit" . "http://elpa.popkit.org/packages/")
;; ("melpa-cn" . "http://elpa.zilongshanren.com/melpa/")
;; ("org-cn" . "http://elpa.zilongshanren.com/org/")
;; ("gnu-cn" . "http://elpa.zilongshanren.com/gnu/")
;; ("melpa" . "https://melpa.org/packages/")
;; ("gnu" . "https://elpa.gnu.org/packages/")
;; ("org" . "http://orgmode.org/elpa/")
;; ))
(setq spacemacs-start-directory "~/.emacs.d/spacemacs/")
(load-file (concat spacemacs-start-directory "init.el"))