Avoid autoloading variables
* exwm-floating.el: * exwm-layout.el: Avoid autoloading exwm-floating-border-width. * exwm-workspace.el: Avoid autoloading exwm-workspace--switch-history-outdated.
This commit is contained in:
parent
c75a8b82ec
commit
921e6e5be9
3 changed files with 2 additions and 2 deletions
|
|
@ -28,6 +28,8 @@
|
|||
(require 'exwm-core)
|
||||
(eval-when-compile (require 'exwm-workspace))
|
||||
|
||||
(defvar exwm-floating-border-width)
|
||||
|
||||
;;;###autoload
|
||||
(defun exwm-layout--show (id &optional window)
|
||||
"Show window ID exactly fit in the Emacs window WINDOW."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue