[Misc] Add lexical binding to all files

This commit is contained in:
Daniel - 2017-12-03 09:19:05 +01:00
parent 979f7af136
commit 17b5d9fecb
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
8 changed files with 8 additions and 8 deletions

2
gnus
View File

@ -1,4 +1,4 @@
;;; gnus --- Daniel's Gnus Configuration ;;; gnus --- Daniel's Gnus Configuration -*- lexical-binding: t -*-
;;; Commentary: ;;; Commentary:

View File

@ -1,4 +1,4 @@
;;; Init.el --- Daniel's Emacs Configuration ;;; Init.el --- Daniel's Emacs Configuration -*- lexical-binding: t -*-
;;; Commentary: ;;; Commentary:

View File

@ -1,4 +1,4 @@
;;; db-emacsclient.el --- Execute functions called from emacsclient ;;; db-emacsclient.el --- Execute functions called from emacsclient -*- lexical-binding: t -*-
;;; Commentary: ;;; Commentary:
;; ;;

View File

@ -1,4 +1,4 @@
;;; db-emms.el -- EMMS configuration ;;; db-emms.el -- EMMS configuration -*- lexical-binding: t -*-
;;; Commentary: ;;; Commentary:

View File

@ -1,4 +1,4 @@
;;; db-eshell --- Configuration for eshell ;;; db-eshell --- Configuration for eshell -*- lexical-binding: t -*-
;;; Commentary: ;;; Commentary:

View File

@ -1,4 +1,4 @@
;;; db-latex --- TeX and LaTeX specific configuration ;;; db-latex --- TeX and LaTeX specific configuration -*- lexical-binding: t -*-
;;; Commentary: ;;; Commentary:

View File

@ -1,4 +1,4 @@
;;; org.el -- Daniel's org mode configuration ;;; org.el -- Daniel's org mode configuration -*- lexical-binding: t -*-
;;; Commentary: ;;; Commentary:

View File

@ -1,4 +1,4 @@
;;; db-utils.el --- Utility Functions for Daniel's Emacs Configuration ;;; db-utils.el --- Utility Functions for Daniel's Emacs Configuration -*- lexical-binding: t -*-
;;; Commentary: ;;; Commentary:
;; ;;