diff options
Diffstat (limited to 'org.org')
-rw-r--r-- | org.org | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,11 +1,9 @@ #+title: Org (and related) mode configuration -#+property: header-args :lexical t :tangle yes :comments no :results silent +#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t" #+auto_tangle: t * General configuration #+begin_src emacs-lisp - ;; -*- lexical-binding: t; -*- - (use-package org :ensure t :init |