14 lines
421 B
Org Mode
14 lines
421 B
Org Mode
#+title: emacs configuration
|
|
#+author: Marcus Kammer
|
|
#+email: marcus.kammer@mailbox.org
|
|
* Hello
|
|
This is my personal emacs conf dir
|
|
|
|
* How to setup?
|
|
** Linux
|
|
- clone this repository into your $home dir
|
|
- rename `emacs.d` to `.emacs.d`
|
|
** Windows
|
|
- create the environment variable `HOME` with the value `%USERPROFILE%`
|
|
- clone this repository into your `%USERPROFILE%` dir
|
|
- rename `emacs.d` to `.emacs.d`
|