Skip to content

Commit 852a88a

Browse files
authored
Merge pull request #1 from ma-moreno/fix-expand-macros
fix: Expand cl-lib macros at compile time
2 parents 3225ec1 + 6db0e09 commit 852a88a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exwm-modeline.el

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
;; Take a look at `exwm-modeline-mode' for more info.
3838

3939
;;; Code:
40+
(eval-when-compile
41+
(require 'cl-lib))
4042
(require 'exwm)
4143
(require 'exwm-randr)
4244
(require 'exwm-workspace)

0 commit comments

Comments
 (0)