Skip to content

Commit

Permalink
Add missing require for cl-macs
Browse files Browse the repository at this point in the history
It was definitely in use for cl-assert, cl-first, cl-case and a couple other
examples, so probably included by one of the many libraries referenced. However
this PR also added cl-loop and cl-destructuring-bind usage, so better to make it explicit.
  • Loading branch information
dgtized committed Jul 11, 2022
1 parent 949b681 commit e434948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clj-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
(require 'yasnippet)
(require 'paredit)
(require 'multiple-cursors-core)
(require 'cl-macs)
(require 'clojure-mode)
(require 'cider)
(require 'parseedn)
Expand Down

0 comments on commit e434948

Please sign in to comment.