summaryrefslogtreecommitdiffhomepage
path: root/org.org
diff options
context:
space:
mode:
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