summaryrefslogtreecommitdiff
path: root/README.org
blob: 159e6796d9e97429eb17cb5ab5fd9986d30a0d1d (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#+TITLE: GNU Emacs Configuration 
#+AUTHOR: Marius Peter
#+DATE: <2020-10-13 Tue>
#+SETUPFILE: ~/.emacs.d/templates/documents/general.org

* Installation

** GNU Emacs

*** Linux

Use your package manager.

*** Windows

Head on over to https://www.gnu.org/savannah-checkouts/gnu/emacs/download.html
and download yourself a /fresh/ copy of GNU Emacs.

** My distribution
  
*** Linux

Backup your current =~/.emacs.d= with the following command:

#+BEGIN_SRC shell
mv ~/.emacs.d ~/.emacs.d.bkp
#+END_SRC

Clone my configuration folder to your home directory:

#+BEGIN_SRC shell
cd ~
git clone https://github.com/Blendoit/.emacs.d.git
#+END_SRC

*** Windows

Download a =.zip= of the files in this repository. Then, extract the =.zip=, and
rename the extracted folder to =.emacs.d=. Place this folder in your home folder
(one level up from =Documents=, =Pictures= or =Desktop=).

* Main Files

** =init.el=

This is the first editable file that GNU Emacs loads on startup. This file's
only purpose is to load my literate configuration =blendoit/init-blendoit.org=.
    
** =init-custom.el=

All customization options available in Emacs' GUI that can be saved with
=Options - Save Options= are saved here. This is useful to fool around with GUI
customization options, without breaking our manually written code.

** =blendoit/init-blendoit.org=
   
This is my personal literate configuration file.
 
* Usage

  Each configuration file is commented.
Copyright 2019--2024 Marius PETER