From 832d146adb888974ed181147ca87bb49f371e79a Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 24 May 2021 06:37:46 +0100 Subject: lexical tangling and optional loading --- exwm.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'exwm.org') diff --git a/exwm.org b/exwm.org index dd3f67c..ed61a21 100644 --- a/exwm.org +++ b/exwm.org @@ -1,7 +1,11 @@ #+title: exwm configuration +#+property: header-args :lexical t :tangle yes :comments no :results silent +#+auto_tangle: t * Load and basic config #+begin_src emacs-lisp + ;; -*- lexical-binding: t; -*- + (defvar jao-exwm--use-afio t) (use-package exwm -- cgit v1.2.3