mirror of
https://github.com/SqrtMinusOne/exwm-modeline.git
synced 2025-12-10 14:35:14 +03:00
fix: Expand cl-lib macros at compile time
This commit is contained in:
parent
3225ec1803
commit
6db0e09dc2
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
||||||
;; Take a look at `exwm-modeline-mode' for more info.
|
;; Take a look at `exwm-modeline-mode' for more info.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
(eval-when-compile
|
||||||
|
(require 'cl-lib))
|
||||||
(require 'exwm)
|
(require 'exwm)
|
||||||
(require 'exwm-randr)
|
(require 'exwm-randr)
|
||||||
(require 'exwm-workspace)
|
(require 'exwm-workspace)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue