|
@ -1,10 +1,14 @@ |
|
|
# Readme |
|
|
# Readme |
|
|
My profiles in the '.emacs-profile.el' are: |
|
|
|
|
|
|
|
|
clon the repository into your computer, then make a symbolic lynk with the `.emacs` file by : |
|
|
|
|
|
|
|
|
''' |
|
|
|
|
|
(("default" . ((user-emacs-directory . "~/.emacs.d"))) |
|
|
|
|
|
("spacemacs" . ((user-emacs-directory . "~/.emacs.d-spacemacs")))) |
|
|
|
|
|
''' |
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
ln -s ./emacs-configuration/.emacs ./.emacs |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
The sessions for emacs was implemented using Chemacs from: |
|
|
|
|
|
https://www.aidanscannell.com/post/setting-up-an-emacs-playground-on-mac/ |
|
|
|
|
|
|
|
|
or if you prefer you can put the full path by: |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
ln -s /home/gmarx/emacs-configuration/.emacs /home/gmarx/.emacs |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
`gmarx` folder is the user's folder, **change for your user's name** |