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 --- completion.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'completion.org') diff --git a/completion.org b/completion.org index f245e70..5e0e800 100644 --- a/completion.org +++ b/completion.org @@ -1,7 +1,11 @@ #+title: Completion configuration using vertico, consult and friends +#+property: header-args :lexical t :tangle yes :comments no :results silent +#+auto_tangle: t * completion styles #+begin_src emacs-lisp + ;; -*- lexical-binding: t; -*- + (use-package emacs :init (setq completion-category-defaults nil -- cgit v1.2.3