Skip to content

Commit

Permalink
Only require cl-macs at compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertw1 committed Jan 10, 2021
1 parent cc351e3 commit 5ef53fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion better-jumper.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
;;; Code:

(require 'seq)
(require 'cl-macs)
(eval-when-compile (require 'cl-macs))

(defgroup better-jumper nil
"Better jumper configuration options."
Expand Down

0 comments on commit 5ef53fc

Please sign in to comment.