summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-03-21 13:21:16 +0100
committerMartin Polden <mpolden@mpolden.no>2021-03-21 13:21:16 +0100
commit25a68942b27d39b2e3302e225421cd98a49209cb (patch)
tree717440524a2abf8c434e7eaccba94983fc9f699b /lisp
parent6164112f853ae0f219a4f22e32ec291f805300f1 (diff)
all: Use lexical binding
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-amx.el2
-rw-r--r--lisp/init-appearance.el2
-rw-r--r--lisp/init-dired.el2
-rw-r--r--lisp/init-editing.el2
-rw-r--r--lisp/init-eglot.el2
-rw-r--r--lisp/init-flymake.el2
-rw-r--r--lisp/init-flyspell.el2
-rw-r--r--lisp/init-git.el2
-rw-r--r--lisp/init-go.el2
-rw-r--r--lisp/init-grep.el2
-rw-r--r--lisp/init-ibuffer.el2
-rw-r--r--lisp/init-imenu.el2
-rw-r--r--lisp/init-ivy.el2
-rw-r--r--lisp/init-javascript.el2
-rw-r--r--lisp/init-lisp.el2
-rw-r--r--lisp/init-mac.el2
-rw-r--r--lisp/init-markdown.el2
-rw-r--r--lisp/init-org.el2
-rw-r--r--lisp/init-package.el2
-rw-r--r--lisp/init-project.el2
-rw-r--r--lisp/init-python.el2
-rw-r--r--lisp/init-recentf.el2
-rw-r--r--lisp/init-restclient.el2
-rw-r--r--lisp/init-rust.el2
-rw-r--r--lisp/init-sane-defaults.el2
-rw-r--r--lisp/init-server.el2
-rw-r--r--lisp/init-theme.el2
-rw-r--r--lisp/init-tramp.el2
-rw-r--r--lisp/init-writegood.el2
-rw-r--r--lisp/init-yaml.el2
30 files changed, 30 insertions, 30 deletions
diff --git a/lisp/init-amx.el b/lisp/init-amx.el
index f10ad03..0e1f265 100644
--- a/lisp/init-amx.el
+++ b/lisp/init-amx.el
@@ -1,4 +1,4 @@
-;;; init-amx.el --- configure a better M-x
+;;; init-amx.el --- configure a better M-x -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el
index af36214..e316ba0 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -1,4 +1,4 @@
-;;; init-appearance.el --- configure appearance
+;;; init-appearance.el --- configure appearance -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-dired.el b/lisp/init-dired.el
index a83fa7a..5bdb66b 100644
--- a/lisp/init-dired.el
+++ b/lisp/init-dired.el
@@ -1,4 +1,4 @@
-;;; init-dired.el --- configure dired
+;;; init-dired.el --- configure dired -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-editing.el b/lisp/init-editing.el
index 2fc8222..8fac6f6 100644
--- a/lisp/init-editing.el
+++ b/lisp/init-editing.el
@@ -1,4 +1,4 @@
-;;; init-editing.el --- configure editing bindings and behaviour
+;;; init-editing.el --- configure editing bindings and behaviour -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-eglot.el b/lisp/init-eglot.el
index 4255cb2..4fea7d6 100644
--- a/lisp/init-eglot.el
+++ b/lisp/init-eglot.el
@@ -1,4 +1,4 @@
-;;; init-eglot.el --- configure lsp integration
+;;; init-eglot.el --- configure lsp integration -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-flymake.el b/lisp/init-flymake.el
index 0edc521..1cc7ef0 100644
--- a/lisp/init-flymake.el
+++ b/lisp/init-flymake.el
@@ -1,4 +1,4 @@
-;;; init-flymake.el --- configure flymake
+;;; init-flymake.el --- configure flymake -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-flyspell.el b/lisp/init-flyspell.el
index ce64dd2..77f6731 100644
--- a/lisp/init-flyspell.el
+++ b/lisp/init-flyspell.el
@@ -1,4 +1,4 @@
-;;; init-flyspell.el --- configure flyspell
+;;; init-flyspell.el --- configure flyspell -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-git.el b/lisp/init-git.el
index 93a8de8..f483e6c 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -1,4 +1,4 @@
-;;; init-git.el --- configure git and forge integration
+;;; init-git.el --- configure git and forge integration -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-go.el b/lisp/init-go.el
index 450bd20..2640d76 100644
--- a/lisp/init-go.el
+++ b/lisp/init-go.el
@@ -1,4 +1,4 @@
-;;; init-go.el --- configure go language support
+;;; init-go.el --- configure go language support -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-grep.el b/lisp/init-grep.el
index 92af755..ae700d2 100644
--- a/lisp/init-grep.el
+++ b/lisp/init-grep.el
@@ -1,4 +1,4 @@
-;;; init-grep.el --- configure grep
+;;; init-grep.el --- configure grep -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-ibuffer.el b/lisp/init-ibuffer.el
index 0605fb1..10e05c7 100644
--- a/lisp/init-ibuffer.el
+++ b/lisp/init-ibuffer.el
@@ -1,4 +1,4 @@
-;;; init-ibuffer.el --- configure ibuffer and vc integration
+;;; init-ibuffer.el --- configure ibuffer and vc integration -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-imenu.el b/lisp/init-imenu.el
index 0870c4f..dcd644f 100644
--- a/lisp/init-imenu.el
+++ b/lisp/init-imenu.el
@@ -1,4 +1,4 @@
-;;; init-imenu.el --- configure imenu
+;;; init-imenu.el --- configure imenu -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-ivy.el b/lisp/init-ivy.el
index ade6a57..53db618 100644
--- a/lisp/init-ivy.el
+++ b/lisp/init-ivy.el
@@ -1,4 +1,4 @@
-;;; init-ivy.el --- configure ivy
+;;; init-ivy.el --- configure ivy -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-javascript.el b/lisp/init-javascript.el
index f0f8228..4bca0a8 100644
--- a/lisp/init-javascript.el
+++ b/lisp/init-javascript.el
@@ -1,4 +1,4 @@
-;;; init-javascript.el --- configure javascript language support
+;;; init-javascript.el --- configure javascript language support -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-lisp.el b/lisp/init-lisp.el
index 0bb2233..73fbe91 100644
--- a/lisp/init-lisp.el
+++ b/lisp/init-lisp.el
@@ -1,4 +1,4 @@
-;;; init-lisp.el --- configure lisp language support
+;;; init-lisp.el --- configure lisp language support -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index c5c7055..68904cc 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -1,4 +1,4 @@
-;;; init-mac.el --- configuration specific to macos
+;;; init-mac.el --- configuration specific to macos -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-markdown.el b/lisp/init-markdown.el
index 58645d1..f8f029f 100644
--- a/lisp/init-markdown.el
+++ b/lisp/init-markdown.el
@@ -1,4 +1,4 @@
-;;; init-markdown.el --- configure markdown language support
+;;; init-markdown.el --- configure markdown language support -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 6742d2e..d811322 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -1,4 +1,4 @@
-;;; init-org.el --- configure org
+;;; init-org.el --- configure org -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-package.el b/lisp/init-package.el
index 8fd9a86..88d6ab7 100644
--- a/lisp/init-package.el
+++ b/lisp/init-package.el
@@ -1,4 +1,4 @@
-;;; init-package.el --- configure package management
+;;; init-package.el --- configure package management -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-project.el b/lisp/init-project.el
index fd84534..90d4a96 100644
--- a/lisp/init-project.el
+++ b/lisp/init-project.el
@@ -1,4 +1,4 @@
-;;; init-project.el --- configure project integration
+;;; init-project.el --- configure project integration -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-python.el b/lisp/init-python.el
index 4ddf92b..d7ee979 100644
--- a/lisp/init-python.el
+++ b/lisp/init-python.el
@@ -1,4 +1,4 @@
-;;; init-python.el --- configure python language support
+;;; init-python.el --- configure python language support -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-recentf.el b/lisp/init-recentf.el
index 6f0ba41..f9380c3 100644
--- a/lisp/init-recentf.el
+++ b/lisp/init-recentf.el
@@ -1,4 +1,4 @@
-;;; init-recentf.el --- configure recentf
+;;; init-recentf.el --- configure recentf -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-restclient.el b/lisp/init-restclient.el
index 070153d..542325d 100644
--- a/lisp/init-restclient.el
+++ b/lisp/init-restclient.el
@@ -1,4 +1,4 @@
-;;; init-restclient.el --- configure restclient
+;;; init-restclient.el --- configure restclient -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-rust.el b/lisp/init-rust.el
index 21f02c9..eab5863 100644
--- a/lisp/init-rust.el
+++ b/lisp/init-rust.el
@@ -1,4 +1,4 @@
-;;; init-rust.el --- configure rust language support
+;;; init-rust.el --- configure rust language support -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-sane-defaults.el b/lisp/init-sane-defaults.el
index bd19c5f..0b9e19d 100644
--- a/lisp/init-sane-defaults.el
+++ b/lisp/init-sane-defaults.el
@@ -1,4 +1,4 @@
-;;; init-sane-defaults.el --- configure sane defaults
+;;; init-sane-defaults.el --- configure sane defaults -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-server.el b/lisp/init-server.el
index 6ef2451..de6397c 100644
--- a/lisp/init-server.el
+++ b/lisp/init-server.el
@@ -1,4 +1,4 @@
-;;; init-server.el --- configure server for emacsclient
+;;; init-server.el --- configure server for emacsclient -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-theme.el b/lisp/init-theme.el
index b52cd64..0f07071 100644
--- a/lisp/init-theme.el
+++ b/lisp/init-theme.el
@@ -1,4 +1,4 @@
-;;; init-theme.el --- configure theme
+;;; init-theme.el --- configure theme -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-tramp.el b/lisp/init-tramp.el
index 9c56f1f..8536253 100644
--- a/lisp/init-tramp.el
+++ b/lisp/init-tramp.el
@@ -1,4 +1,4 @@
-;;; init-tramp.el --- configure tramp
+;;; init-tramp.el --- configure tramp -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-writegood.el b/lisp/init-writegood.el
index 75f3cda..802a661 100644
--- a/lisp/init-writegood.el
+++ b/lisp/init-writegood.el
@@ -1,4 +1,4 @@
-;;; init-writegood.el --- configure weasel word detection
+;;; init-writegood.el --- configure weasel word detection -*- lexical-binding:t -*-
;;; Commentary:
;;; Code:
diff --git a/lisp/init-yaml.el b/lisp/init-yaml.el
index b53ddfb..e9a9a84 100644
--- a/lisp/init-yaml.el
+++ b/lisp/init-yaml.el
@@ -1,4 +1,4 @@
-;;; init-yaml.el --- configure yaml language support
+;;; init-yaml.el --- configure yaml language support -*- lexical-binding:t -*-
;;; Commentary:
;;; Code: