Emacs: Move lexical-binding to property tag
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
#+AUTHOR: Riyyi
|
#+AUTHOR: Riyyi
|
||||||
#+LANGUAGE: en
|
#+LANGUAGE: en
|
||||||
#+OPTIONS: toc:nil
|
#+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
|
#+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[top=100pt,bottom=100pt,left=75pt,right=75pt]{geometry}
|
||||||
#+LATEX_HEADER: \usepackage{color}
|
#+LATEX_HEADER: \usepackage{color}
|
||||||
@@ -10,7 +11,6 @@
|
|||||||
#+LATEX_HEADER: \hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue, citecolor=blue}
|
#+LATEX_HEADER: \hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue, citecolor=blue}
|
||||||
|
|
||||||
* Table of Contents :toc_4:
|
* Table of Contents :toc_4:
|
||||||
- [[#lexical-binding][Lexical Binding]]
|
|
||||||
- [[#global-variables][Global Variables]]
|
- [[#global-variables][Global Variables]]
|
||||||
- [[#customizations][Customizations]]
|
- [[#customizations][Customizations]]
|
||||||
- [[#package-management][Package Management]]
|
- [[#package-management][Package Management]]
|
||||||
@@ -102,12 +102,6 @@
|
|||||||
- [[#local-leader][Local Leader]]
|
- [[#local-leader][Local Leader]]
|
||||||
- [[#notes][Notes]]
|
- [[#notes][Notes]]
|
||||||
|
|
||||||
* Lexical Binding
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
;;; -*- lexical-binding: t; -*-
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
* Global Variables
|
* Global Variables
|
||||||
|
|
||||||
Variables for directories, leader keys, etc.
|
Variables for directories, leader keys, etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user