Skip to content
Snippets Groups Projects
Commit c41b1e62 authored by Pierre Balaye's avatar Pierre Balaye
Browse files

typo with config names

parent e8c96c80
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,8 @@ do ...@@ -18,7 +18,8 @@ do
cp -r $mefs_FLAVORDIR/spacemacs-develop ${mefs_FLAVORDIR}/${conf} cp -r $mefs_FLAVORDIR/spacemacs-develop ${mefs_FLAVORDIR}/${conf}
mefs_indent_message "Adding emacs profile for $conf..." mefs_indent_message "Adding emacs profile for $conf..."
echo "${mefs_TEMPLATE//<conf>/$conf/}" echo ${mefs_TEMPLATE1//<conf>/$conf}
sed -i "/$mefs_BEG_PATTERN/a ${mefs_TEMPLATE2//<conf>/$conf/}" dot.emacs-profiles.el echo ${mefs_TEMPLATE2//<conf>/$conf}
sed -i "/$mefs_BEG_PATTERN/a ${mefs_TEMPLATE1//<conf>/$conf/}" dot.emacs-profiles.el sed -i "/$mefs_BEG_PATTERN/a ${mefs_TEMPLATE2//<conf>/$conf}" dot.emacs-profiles.el
sed -i "/$mefs_BEG_PATTERN/a ${mefs_TEMPLATE1//<conf>/$conf}" dot.emacs-profiles.el
done done
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
("doom" . ((user-emacs-directory . "~/emacs/flavors/doom") ("doom" . ((user-emacs-directory . "~/emacs/flavors/doom")
(env . (("DOOMDIR" . "~/emacs/configs/doom"))))) (env . (("DOOMDIR" . "~/emacs/configs/doom")))))
;; SPACEMACS MULTIPLE CONFIGURATIONS STARTS HERE ;; SPACEMACS MULTIPLE CONFIGURATIONS STARTS HERE
("spacemacs-test/" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-test/") ("spacemacs-test" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-test")
(env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-test/"))))) (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-test")))))
("spacemacs-minimal/" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-minimal/") ("spacemacs-minimal" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-minimal")
(env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-minimal/"))))) (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-minimal")))))
("spacemacs-default/" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-default/") ("spacemacs-default" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-default")
(env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-default/"))))) (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-default")))))
;; SPACEMACS MULTIPLE CONFIGURATIONS ENDS HERE ;; SPACEMACS MULTIPLE CONFIGURATIONS ENDS HERE
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment