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:
2021-05-21 13:57:06 +02:00
parent 81b1871990
commit 2937e848ff
3 changed files with 4 additions and 2 deletions

View File

@@ -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"))))