summaryrefslogtreecommitdiff
path: root/README.org
blob: 76c12e2b498949b60c2cd16a25e85d160c4e475a (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
#+TITLE: GNU Emacs Configuration 
#+AUTHOR: Marius Peter
#+DATE: <2020-07-20 Mon>

* Installation
  
** Linux

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

#+BEGIN_SRC: emacs-lisp
mv ~/.emacs.d ~/.emacs.d.bkp
#+END_SRC

Clone my configuration folder to your home directory:

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

* Main Files

** =init.el=

   - This file's only purpose is to load my literate configuration.

** =blendoit/init-blendoit.org=
   
   - Load my personal literate configuration files.
    
** =blendoit/custom-file.el=

   - By default, 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.
 
* Usage

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