Fix a compilation warning
* exwm-floating.el: Autoload exwm-floating-border-width.
This commit is contained in:
parent
412d2a52bd
commit
26ebc32e60
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
(require 'exwm-core)
|
||||
(eval-when-compile (require 'exwm-workspace))
|
||||
|
||||
;;;###autoload
|
||||
(defvar exwm-floating-border-width 1 "Border width of the floating window.")
|
||||
(defvar exwm-floating-border-color "blue"
|
||||
"Border color of the floating window.")
|
||||
|
|
Loading…
Reference in a new issue