2021-05-22 12:22:57 +02:00
|
|
|
#+title: emacs configuration
|
|
|
|
#+author: Marcus Kammer
|
|
|
|
#+email: marcus.kammer@mailbox.org
|
2021-05-16 11:39:29 +02:00
|
|
|
* Hello
|
|
|
|
This is my personal emacs conf dir
|
2021-05-16 11:51:17 +02:00
|
|
|
|
|
|
|
* How to setup?
|
2021-05-16 11:52:48 +02:00
|
|
|
** Linux
|
|
|
|
- clone this repository into your $home dir
|
|
|
|
- rename `emacs.d` to `.emacs.d`
|
2021-05-16 11:51:17 +02:00
|
|
|
** Windows
|
|
|
|
- create the environment variable `HOME` with the value `%USERPROFILE%`
|
|
|
|
- clone this repository into your `%USERPROFILE%` dir
|
|
|
|
- rename `emacs.d` to `.emacs.d`
|