Skip to content

Commit

Permalink
Declare emacs bankruptcy: add chemacs
Browse files Browse the repository at this point in the history
  • Loading branch information
pakelley committed Nov 10, 2021
1 parent 5bf746d commit 7fe1b00
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/chemacs/profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doom
4 changes: 4 additions & 0 deletions .config/chemacs/profiles.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(("spacemacs" . ((user-emacs-directory . "/Users/pakelley/dotfiles/config/efreakingmacs/pacemacs")
(env . (("SPACEMACSDIR" . "~/.spacemacs.d")))))
("doom" . ((user-emacs-directory . "~/.config/doom-emacs")
(env . (("DOOMDIR" . "~/.config/doom"))))))
1 change: 1 addition & 0 deletions .mackup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ path = .config
directory = ...

[applications_to_sync]
chemacs2
mackup
my-homebrew
9 changes: 9 additions & 0 deletions .mackup/chemacs2.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[application]
name = Chemacs2

[configuration_files]
.emacs-profiles.el
.emacs-profile

[xdg_configuration_files]
chemacs
2 changes: 2 additions & 0 deletions bin/chemacs-switch
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
echo $1 > ~/.config/chemacs/profile
2 changes: 2 additions & 0 deletions bin/chemacs-which
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
cat ~/.config/chemacs/profile

0 comments on commit 7fe1b00

Please sign in to comment.