My emacs configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
347 B

  1. # Readme
  2. clon the repository into your computer, then make a symbolic lynk with the `.emacs` file by :
  3. ```
  4. ln -s ./emacs-configuration/.emacs ./.emacs
  5. ```
  6. or if you prefer you can put the full path by:
  7. ```
  8. ln -s /home/gmarx/emacs-configuration/.emacs /home/gmarx/.emacs
  9. ```
  10. `gmarx` folder is the user's folder, **change for your user's name**