diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2020-01-29 09:12:07 +0100 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2020-01-29 09:15:41 +0100 |
| commit | 21e504a8b961d0131e4a712bd711125a86a2a703 (patch) | |
| tree | e757a67523b67d67f28097336ed71f50870b94e3 /evil-search.el | |
| parent | e9391ae769bee189ef6144b8861b117d5c948a80 (diff) | |
Re-enable lexical binding
This reverts commit e9391ae769bee189ef6144b8861b117d5c948a80, and
removes spurious debug messages.
Diffstat (limited to 'evil-search.el')
| -rw-r--r-- | evil-search.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-search.el b/evil-search.el index d77034e..1989cab 100644 --- a/evil-search.el +++ b/evil-search.el @@ -1,4 +1,4 @@ -;;; evil-search.el --- Search and substitute +;;; evil-search.el --- Search and substitute -*- lexical-binding: t -*- ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> |
