update Chemacs, fix org config for Spacemacs
This commit updates the version of Chemacs used. It also adds a new profile for testing Spacemacs in a clean way. My dotspacemacs also went for the wrong org configuration file, this is now fixed.
This commit is contained in:
parent
81b1871990
commit
2937e848ff
@ -1,3 +1,5 @@
|
||||
(("spacemacs" . ((user-emacs-directory . "~/.emacs.spacemacs")))
|
||||
("testmacs" . ((user-emacs-directory . "~/fromGIT/spacemacs")
|
||||
(dotspacemacs-filepath . "/tmp/.spacemacs")))
|
||||
("vanilla" . ((user-emacs-directory . "~/.emacs.vanilla")))
|
||||
("doom" . ((user-emacs-directory . "~/.emacs.doom"))))
|
||||
|
2
.emacs.d
2
.emacs.d
@ -1 +1 @@
|
||||
Subproject commit 30a20dbc2799e4ab2f8c509fdadcd90aa9845b5c
|
||||
Subproject commit 99b0589909e7c412d0c663cccdc685dc8534f4c0
|
@ -3,7 +3,7 @@
|
||||
;;; Code:
|
||||
(defvar phundrak--dotspacemacs-src-dir "~/.emacs.spacemacs/private/"
|
||||
"Directory for my exported Elisp configuration files.")
|
||||
(defvar phundrak--dotspacemacs-src "~/org/config/emacs.org"
|
||||
(defvar phundrak--dotspacemacs-src "~/org/config/spacemacs.org"
|
||||
"My litterate config file for Emacs.")
|
||||
(defvar phundrak--dotspacemacs-si (concat phundrak--dotspacemacs-src-dir "spacemacs-init"))
|
||||
(defvar phundrak--dotspacemacs-sl (concat phundrak--dotspacemacs-src-dir "spacemacs-layers"))
|
||||
|
Loading…
Reference in New Issue
Block a user