From 301380f6b39556a6ac463757074a152b16168500 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 18 Feb 2022 14:04:53 +0100 Subject: [PATCH] Emacs: Move lexical-binding to property tag --- .config/emacs/config.org | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 0e4bcbb..acbae04 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -3,6 +3,7 @@ #+AUTHOR: Riyyi #+LANGUAGE: en #+OPTIONS: toc:nil +#+PROPERTY: header-args:emacs-lisp :shebang ";;; -*- lexical-binding: t; -*-\n" #+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-readtheorg.setup #+LATEX_HEADER: \usepackage[top=100pt,bottom=100pt,left=75pt,right=75pt]{geometry} #+LATEX_HEADER: \usepackage{color} @@ -10,7 +11,6 @@ #+LATEX_HEADER: \hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue, citecolor=blue} * Table of Contents :toc_4: -- [[#lexical-binding][Lexical Binding]] - [[#global-variables][Global Variables]] - [[#customizations][Customizations]] - [[#package-management][Package Management]] @@ -102,12 +102,6 @@ - [[#local-leader][Local Leader]] - [[#notes][Notes]] -* Lexical Binding - -#+BEGIN_SRC emacs-lisp - ;;; -*- lexical-binding: t; -*- -#+END_SRC - * Global Variables Variables for directories, leader keys, etc.