summaryrefslogtreecommitdiffhomepage
path: root/org.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-24 06:37:46 +0100
committerjao <jao@gnu.org>2021-05-24 06:37:46 +0100
commit832d146adb888974ed181147ca87bb49f371e79a (patch)
treeb6aa2c44913f69de4723fffc8ad26895f01cedc1 /org.org
parent74d813373f82c4a5321a37ee0c308a3f54a8b702 (diff)
downloadelibs-832d146adb888974ed181147ca87bb49f371e79a.tar.gz
elibs-832d146adb888974ed181147ca87bb49f371e79a.tar.bz2
lexical tangling and optional loading
Diffstat (limited to 'org.org')
-rw-r--r--org.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/org.org b/org.org
index 3dc6b18..3844a88 100644
--- a/org.org
+++ b/org.org
@@ -1,7 +1,11 @@
#+title: Org (and related) mode configuration
+#+property: header-args :lexical t :tangle yes :comments no :results silent
+#+auto_tangle: t
* General configuration
- #+BEGIN_SRC emacs-lisp
+ #+begin_src emacs-lisp
+ ;; -*- lexical-binding: t; -*-
+
(use-package org
:ensure t
:init
@@ -46,7 +50,7 @@
org-use-speed-commands nil ;; t and then ? to see help
org-gnus-prefer-web-links nil))
(require 'org)
- #+END_SRC
+ #+end_src
* Agenda
#+begin_src emacs-lisp
(setq org-agenda-custom-commands