[Emacs] Switching to Chemacs2, added vanilla and Doom
Chemacs2 is a utility for Emacs to switch between various profiles and configurations of Emacs without a hassle. It thus helps me run my fully configured Spacemacss alongside my new attempt at configuring some vanilla Emacs after years of using Spacemacs. I also added Doom-Emacs for reference.
This commit is contained in:
1
.config/chemacs/profile
Normal file
1
.config/chemacs/profile
Normal file
@@ -0,0 +1 @@
|
||||
spacemacs
|
||||
3
.config/chemacs/profiles.el
Normal file
3
.config/chemacs/profiles.el
Normal file
@@ -0,0 +1,3 @@
|
||||
(("spacemacs" . ((user-emacs-directory . "~/.emacs.spacemacs")))
|
||||
("vanilla" . ((user-emacs-directory . "~/.emacs.vanilla")))
|
||||
("doom" . ((user-emacs-directory . "~/.emacs.doom"))))
|
||||
Reference in New Issue
Block a user