basic configuration(create repo).
This commit is contained in:
19
emacs.d-init.el
Normal file
19
emacs.d-init.el
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
;; 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"))
|
||||
Reference in New Issue
Block a user