Add missing require statement for cl-lib

This commit is contained in:
Daniel - 2021-01-29 17:51:26 +01:00
parent 9efb765b5a
commit 7bfd185514
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
;;; Code:
(require 'cl-lib)
(require 'org)
(require 'org-agenda)
(require 'org-clock)