Use lexical binding
This commit is contained in:
parent
ba1f8c9005
commit
a78f326634
43 changed files with 48 additions and 47 deletions
|
|
@ -1,4 +1,4 @@
|
|||
;;; avy.el --- summary
|
||||
;;; avy.el --- summary -*- lexical-binding: t; -*-
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/base.el --- summary
|
||||
;;; pkg/base.el --- summary -*- lexical-binding: t; -*-
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/company-yasnippet -- summary
|
||||
;;; pkg/company-yasnippet -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Company completion framework configuration
|
||||
;;; Code:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/ctags -- summary
|
||||
;;; pkg/ctags -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Old and rudimental completion framework.
|
||||
;;; Code:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; dashboard.el --- summary
|
||||
;;; dashboard.el --- summary -*- lexical-binding: t; -*-
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/deft.el -- summary
|
||||
;;; pkg/deft.el -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Notational velocity, backed by OneDrive.
|
||||
;;; Code:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; diminish.el --- summary
|
||||
;;; diminish.el --- summary -*- lexical-binding: t; -*-
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/flycheck -- summary
|
||||
;;; pkg/flycheck -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/hydra -- summary
|
||||
;;; pkg/hydra -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Global hydra definitions.
|
||||
;;; Code:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/ispell -- summary
|
||||
;;; pkg/ispell -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Highlight misspelled words
|
||||
;;; Code:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/ivy -- summary
|
||||
;;; pkg/ivy -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Counsel, Swiper and Ivy.
|
||||
;;; Code:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; keys-mode.el --- summary
|
||||
;;; keys-mode.el --- summary -*- lexical-binding: t; -*-
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/lsp -- summary
|
||||
;;; pkg/lsp -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Global Language Server Protocol Config
|
||||
;;; Code:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/magit -- summary
|
||||
;;; pkg/magit -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/prog-mode -- summary
|
||||
;;; pkg/prog-mode -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/projectile -- summary
|
||||
;;; pkg/projectile -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Project management based on git repos
|
||||
;;; Code:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; speed-type.el --- summary
|
||||
;;; speed-type.el --- summary -*- lexical-binding: t; -*-
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; sys-specific -- summary
|
||||
;;; sys-specific -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Make Emacs play nicer with specific operating systems
|
||||
;;; Code:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; undo-tree.el --- summary
|
||||
;;; undo-tree.el --- summary -*- lexical-binding: t; -*-
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue