Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Commit

Permalink
# This is a combination of 4 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

first-commit

# This is the commit message syl20bnr#2:

add custom init.el

# This is the commit message syl20bnr#3:

change spacemacs filepath

# This is the commit message syl20bnr#4:

rename .spacemacs
  • Loading branch information
JeromeBollinger committed Feb 1, 2023
1 parent 5b8a25a commit d6c91b4
Show file tree
Hide file tree
Showing 3 changed files with 896 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/core-dotspacemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ their configuration.")
(let* ((spacemacs-dir-env (getenv "SPACEMACSDIR"))
(spacemacs-init (if spacemacs-dir-env
(expand-file-name "init.el" spacemacs-dir-env)
(expand-file-name ".spacemacs" user-home-directory))))
(expand-file-name ".spacemacs" "~/.emacs.d/custom-jeb/"))))
(if (file-regular-p spacemacs-init)
spacemacs-init
(let ((fallback-init (expand-file-name ".spacemacs.d/init.el"
Expand Down
Loading

0 comments on commit d6c91b4

Please sign in to comment.