From 8b61fba141f0ae35b26722b0e00c5826b53d5254 Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Mon, 3 Feb 2020 13:28:15 +0800 Subject: [PATCH] Move lexical binding block --- config.org | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/config.org b/config.org index 11ce4a7..5b1d65a 100644 --- a/config.org +++ b/config.org @@ -10,12 +10,6 @@ let us concentrate rather on explaining to human beings what we want a computer to do. --- Donald Knuth #+END_QUOTE -Make this file run (slightly) faster with lexical binding (see [[https://nullprogram.com/blog/2016/12/22/][this blog post]] -for more info). -#+BEGIN_SRC emacs-lisp -;;; config.el -*- lexical-binding: t; -*- -#+END_SRC - * Intro Customising an editor can be very rewarding ... until you have to leave it. For years I have been looking for ways to avoid this pain. @@ -35,6 +29,11 @@ TLDR; it's great. Now I've discovered the wonders of literate programming, and am becoming more settled by the day. This is my config. * Rudimentary configuration +Make this file run (slightly) faster with lexical binding (see [[https://nullprogram.com/blog/2016/12/22/][this blog post]] +for more info). +#+BEGIN_SRC emacs-lisp +;;; config.el -*- lexical-binding: t; -*- +#+END_SRC ** Personal Information It's useful to have some basic personal information #+BEGIN_SRC emacs-lisp