blob: 39cedfe27d839f78d5ae7036265bca08e13b6150 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#+TITLE: Marius Peter's GNU Emacs configuration files
#+AUTHOR: Marius Peter
* Installation
** Linux
1. Backup your current =~/.emacs.d=:
#+BEGIN_SRC bash
mv ~/.emacs.d ~/.emacs.d.bkp
#+END_SRC
2. Clone my configuration folder to your home directory:
#+BEGIN_SRC bash
cd ~
git clone https://github.com/Blendoit/.emacs.d.git
#+END_SRC
* Main Files
** =init.el=
- Loads the following 2 configuration files.
** =init_emacs.el=
- You may delete its content initially.
- By default, all customization options available in Emacs' GUI that can be saved with =Options - Save Options= are saved here.
- Useful to fool around with GUI customization options, without breaking our manually written code.
** =init_blendoit.el=
- Load my personal configuration files.
* Usage
Each configuration file is commented.
|