commit e0719f2ec5eb502e49125653e833a6eb7cdfb564
parent 76c8e4bfbbc4e002958d6be53a9593ddfe081c10
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon,  4 May 2020 11:15:59 +0300
meta: update
Diffstat:
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/init.org b/init.org
@@ -1,27 +1,28 @@
 #+TITLE: Emacs Configuration
 #+AUTHOR: Cem Keylan
 #+BABEL: :cache yes
-#+OPTIONS: toc:nil
 #+PROPERTY: header-args :tangle yes
 #+STARTUP: indent
 
 This is my emacs configuration file, I used to have a big
 directory of lisp code but it became harder to maintain
 and keep track of. That's why I have created this org-mode
-init file.
+init file. The documentation and the configuration is solely
+on this file itself.
 
 * Intro
 ** Table of Contents                                     :TOC_2_gh:noexport:
 - [[#intro][Intro]]
   - [[#installation-instructions][Installation Instructions]]
+  - [[#keybindings][Keybindings]]
   - [[#ignoring-initel-changes-on-git][Ignoring init.el changes on Git]]
   - [[#start-of-the-initel][Start of the init.el]]
   - [[#attribution][Attribution]]
 - [[#startup-settings][Startup Settings]]
+  - [[#loading-local-files][Loading local files]]
   - [[#declutter][Declutter]]
   - [[#package-management][Package management]]
   - [[#custom-file][Custom-file]]
-  - [[#private-file][Private file]]
   - [[#starting-the-server][Starting the server]]
   - [[#cheatsheet][cheatsheet]]
 - [[#packages][Packages]]
@@ -34,6 +35,7 @@ init file.
   - [[#projectile][Projectile]]
   - [[#treemacs][Treemacs]]
   - [[#emacs-dashboard][emacs-dashboard]]
+  - [[#elfeed][elfeed]]
   - [[#extras][Extras]]
   - [[#filetype-configurations][Filetype Configurations]]
 - [[#themes-and-icons][Themes and Icons]]
@@ -46,6 +48,8 @@ init file.
   - [[#coding-system-for-terminal][Coding System for Terminal]]
   - [[#backup-options][Backup Options]]
   - [[#set-browser][Set Browser]]
+  - [[#local-init-file][Local init file]]
+  - [[#end-of-the-file][End of the file]]
 - [[#notes][Notes]]
   - [[#reverting-to-packageel][Reverting to package.el]]