mirror of
https://github.com/jimeh/rubocopfmt.el.git
synced 2026-02-19 09:06:41 +00:00
Add missing require for cl-lib
This commit is contained in:
@@ -45,6 +45,8 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'cl-lib)
|
||||||
|
|
||||||
(defgroup rubocopfmt nil
|
(defgroup rubocopfmt nil
|
||||||
"Minor mode for formatting Ruby buffers with rubocop."
|
"Minor mode for formatting Ruby buffers with rubocop."
|
||||||
:group 'languages
|
:group 'languages
|
||||||
|
|||||||
Reference in New Issue
Block a user