Use lexical binding

This commit is contained in:
Maciej 2021-12-31 13:32:23 +02:00
parent ba1f8c9005
commit a78f326634
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
43 changed files with 48 additions and 47 deletions

View file

@ -1,4 +1,4 @@
;;; avy.el --- summary
;;; avy.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk

View file

@ -1,4 +1,4 @@
;;; pkg/base.el --- summary
;;; pkg/base.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk

View file

@ -1,4 +1,4 @@
;;; pkg/company-yasnippet -- summary
;;; pkg/company-yasnippet -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Company completion framework configuration
;;; Code:

View file

@ -1,4 +1,4 @@
;;; pkg/ctags -- summary
;;; pkg/ctags -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Old and rudimental completion framework.
;;; Code:

View file

@ -1,4 +1,4 @@
;;; dashboard.el --- summary
;;; dashboard.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk

View file

@ -1,4 +1,4 @@
;;; pkg/deft.el -- summary
;;; pkg/deft.el -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Notational velocity, backed by OneDrive.
;;; Code:

View file

@ -1,4 +1,4 @@
;;; diminish.el --- summary
;;; diminish.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk

View file

@ -1,4 +1,4 @@
;;; pkg/flycheck -- summary
;;; pkg/flycheck -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:

View file

@ -1,4 +1,4 @@
;;; fonts.el --- summary
;;; fonts.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk
@ -43,8 +43,9 @@
(+custom-set-lsp-ui-font-hook))
;; (defvar +custom-font "Iosevka Term")
;; (defvar +custom-font "JetBrains Mono")
(defvar +custom-font "JuliaMono")
(defvar +custom-font "JetBrains Mono")
;; (defvar +custom-font "JuliaMono")
;; (defvar +custom-font "Victor Mono")
;; (defvar +custom-font "IBM Plex Mono")
(defvar +custom-font-size 14)

View file

@ -1,4 +1,4 @@
;;; pkg/hydra -- summary
;;; pkg/hydra -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Global hydra definitions.
;;; Code:

View file

@ -1,4 +1,4 @@
;;; pkg/ispell -- summary
;;; pkg/ispell -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Highlight misspelled words
;;; Code:

View file

@ -1,4 +1,4 @@
;;; pkg/ivy -- summary
;;; pkg/ivy -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Counsel, Swiper and Ivy.
;;; Code:

View file

@ -1,4 +1,4 @@
;;; keys-mode.el --- summary
;;; keys-mode.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk

View file

@ -1,4 +1,4 @@
;;; pkg/lsp -- summary
;;; pkg/lsp -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Global Language Server Protocol Config
;;; Code:

View file

@ -1,4 +1,4 @@
;;; pkg/magit -- summary
;;; pkg/magit -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:

View file

@ -1,4 +1,4 @@
;;; pkg/prog-mode -- summary
;;; pkg/prog-mode -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:

View file

@ -1,4 +1,4 @@
;;; pkg/projectile -- summary
;;; pkg/projectile -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Project management based on git repos
;;; Code:

View file

@ -1,4 +1,4 @@
;;; speed-type.el --- summary
;;; speed-type.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk

View file

@ -1,4 +1,4 @@
;;; sys-specific -- summary
;;; sys-specific -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Make Emacs play nicer with specific operating systems
;;; Code:

View file

@ -1,4 +1,4 @@
;;; themes -- summary
;;; Themes -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:
@ -38,7 +38,7 @@
"$HOME/.emacs.d/themes/base16-zenburn-modified.el")
(sml/apply-theme 'respectful)
(enable-theme 'base16-zenburn-modified)
(enable-theme 'base16-solarflare)
(provide '+custom-pkg-themes)
;;; themes.el ends here

View file

@ -1,4 +1,4 @@
;;; undo-tree.el --- summary
;;; undo-tree.el --- summary -*- lexical-binding: t; -*-
;; Author: Maciej Szlosarczyk
;; Maintainer: Maciej Szlosarczyk