Skip to content

Commit

Permalink
magit, forge: Enable lexical-binding
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Dec 16, 2023
1 parent fed36a3 commit ddf0deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modes/forge/evil-collection-forge.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; evil-collection-forge.el --- Evil-based key bindings for forge
;;; evil-collection-forge.el --- Evil-based key bindings for forge -*- lexical-binding: t; -*-

;; Copyright (C) 2021 James Nguyen

Expand Down
2 changes: 1 addition & 1 deletion modes/magit/evil-collection-magit.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; evil-collection-magit.el --- Evil-based key bindings for magit
;;; evil-collection-magit.el --- Evil-based key bindings for magit -*- lexical-binding: t; -*-

;; Copyright (C) 2015-2016, 2021 Justin Burkett

Expand Down

0 comments on commit ddf0deb

Please sign in to comment.