diff options
author | Alex Branham <alex.branham@gmail.com> | 2018-01-27 09:56:15 -0600 |
---|---|---|
committer | Alex Branham <alex.branham@gmail.com> | 2018-01-27 10:01:10 -0600 |
commit | 88bcb8b96d6366ad2c801d6edb3ecc0d18618643 (patch) | |
tree | a60627216da4112df2024cf916702249155ffacc /lisp/use-package/use-package-chords.el | |
parent | fd8a3510fd1a555b925f57b2870917e3c4ea0206 (diff) | |
download | emacs-88bcb8b96d6366ad2c801d6edb3ecc0d18618643.tar.gz emacs-88bcb8b96d6366ad2c801d6edb3ecc0d18618643.tar.bz2 emacs-88bcb8b96d6366ad2c801d6edb3ecc0d18618643.zip |
Use lexical bindings and remove cl package
Diffstat (limited to 'lisp/use-package/use-package-chords.el')
-rw-r--r-- | lisp/use-package/use-package-chords.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-chords.el b/lisp/use-package/use-package-chords.el index 63a9737109f..936ff228999 100644 --- a/lisp/use-package/use-package-chords.el +++ b/lisp/use-package/use-package-chords.el @@ -1,4 +1,4 @@ -;;; use-package-chords.el --- key-chord keyword for use-package +;;; use-package-chords.el --- key-chord keyword for use-package -*- lexical-binding: t; -*- ;; Copyright (C) 2015-2017 Justin Talbott |