Config: add lexical-binding: t to all files.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
;;; init-completion.el
|
||||
;;; -*- lexical-binding: t -*-
|
||||
;;; init-completion.el --- completion config -*- lexical-binding: t -*-
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; eglot
|
||||
(use-package eglot
|
||||
@@ -68,3 +71,5 @@
|
||||
(setq treesit-font-lock-level 4))
|
||||
|
||||
(provide 'init-completion)
|
||||
|
||||
;;; init-completion.el ends here
|
||||
|
||||
Reference in New Issue
Block a user