diff options
Diffstat (limited to 'exwm-floating.el')
-rw-r--r-- | exwm-floating.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm-floating.el b/exwm-floating.el index 36a658a767bb..f8891befe0cc 100644 --- a/exwm-floating.el +++ b/exwm-floating.el @@ -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.") |