Browse Source

Update 'Readme.md'

master
parent
commit
065fe87a3e
1 changed files with 11 additions and 7 deletions
  1. +11
    -7
      Readme.md

+ 11
- 7
Readme.md View File

@ -1,10 +1,14 @@
# 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**

Loading…
Cancel
Save