From 264ffc837238e420f9c27fc6b895974c615b2f29 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 15 Oct 2023 00:52:05 +0100 Subject: (Emacs/config)+introduction --- Emacs/.config/emacs/config.org | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 31b31f3..22f1202 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2,15 +2,23 @@ #+author: Aryadev Chavali #+description: My Emacs configuration #+property: header-args:emacs-lisp :tangle config.el :comments link :results none -#+options: toc:nil #+startup: noindent - -#+begin_center -My configuration for (a very specific form of) Emacs -#+end_center -#+latex: \clearpage -#+toc: headlines - +#+options: toc:t num:t +#+latex_header:\usepackage[margin=1.0in]{geometry} +#+latex_class: article +#+latex_class_options: [a4paper,12pt] + +* Introduction +Welcome to my Emacs configuration. This thing is quite big, but a lot +of it has been "write and forget" i.e. I've only needed to configure +it once. Sections tagged =WIP= are currently unused, usually with +some reasoning given. + +Some sections border on blog posts justifying why I think they're good +applications or giving some greater reasoning about my specific +configuration of a package. If you don't really want that, you may +tangle this file, [[file:core.org][the core file]] and +[[file:app.org][the app file]] and just read their source code. * Basics Firstly, set full name and mail address. This is used in encryption and mailing. -- cgit v1.2.3-13-gbd6f