diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-15 00:52:05 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-15 00:52:05 +0100 |
commit | 264ffc837238e420f9c27fc6b895974c615b2f29 (patch) | |
tree | e79672ab1f2942c3141848f7f08f6ea819eed58b /Emacs/.config/emacs | |
parent | bb84b70dd9994ffb290edb7d831f7eb78e2b3a0d (diff) | |
download | dotfiles-264ffc837238e420f9c27fc6b895974c615b2f29.tar.gz dotfiles-264ffc837238e420f9c27fc6b895974c615b2f29.tar.bz2 dotfiles-264ffc837238e420f9c27fc6b895974c615b2f29.zip |
(Emacs/config)+introduction
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 24 |
1 files changed, 16 insertions, 8 deletions
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. |