From c0a04df63663db04dfc6201d3571065a2a4a6858 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Wed, 3 Mar 2021 22:57:44 -0500 Subject: [PATCH] Add example properties and options --- README.org | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 1bace39..2538690 100644 --- a/README.org +++ b/README.org @@ -3,10 +3,15 @@ #+AUTHOR: Christopher James Hayward #+EMAIL: chris@chrishayward.xyz -#+ROAM_KEY: https://github.com/chayward1/dotfiles/ +# #+PROPERTY: header-args:emacs-lisp :tangle no +# #+PROPERTY: header-args:shell :tangle no +# #+PROPERTY: header-args :results silent :eval no-export :comments org -#+ATTR_ORG: :width 420px -#+ATTR_HTML: :width 420px +# #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil +# #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil + +#+ATTR_ORG: :width 420px +#+ATTR_HTML: :width 420px #+ATTR_LATEX: :width 420px [[./docs/images/desktop-alt.png]] @@ -18,9 +23,6 @@ Immutable GNU Emacs dotfiles. Built for Life, Liberty, and the Open Road. Heavily inspired by [[https://github.com/hlissner/doom-emacs][Doom Emacs]] and [[https://youtube.com/c/SystemCrafters][System Crafters]]. * Init -:PROPERTIES: -:header-args: :tangle init.el -:END: Although later versions of Emacs introduce =early-init.el=, it's not used in this configuration for two reasons: