mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
Drop :version keywords from defgroup
These may refer to an Emacs version and may have been added by mistake.
This commit is contained in:
parent
96a9de8c19
commit
c573ff143a
8 changed files with 0 additions and 8 deletions
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
(defgroup exwm-floating nil
|
(defgroup exwm-floating nil
|
||||||
"Floating."
|
"Floating."
|
||||||
:version "25.3"
|
|
||||||
:group 'exwm)
|
:group 'exwm)
|
||||||
|
|
||||||
(defcustom exwm-floating-setup-hook nil
|
(defcustom exwm-floating-setup-hook nil
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
|
|
||||||
(defgroup exwm-input nil
|
(defgroup exwm-input nil
|
||||||
"Input."
|
"Input."
|
||||||
:version "25.3"
|
|
||||||
:group 'exwm)
|
:group 'exwm)
|
||||||
|
|
||||||
(defcustom exwm-input-prefix-keys
|
(defcustom exwm-input-prefix-keys
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
(defgroup exwm-layout nil
|
(defgroup exwm-layout nil
|
||||||
"Layout."
|
"Layout."
|
||||||
:version "25.3"
|
|
||||||
:group 'exwm)
|
:group 'exwm)
|
||||||
|
|
||||||
(defcustom exwm-layout-auto-iconify t
|
(defcustom exwm-layout-auto-iconify t
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
|
|
||||||
(defgroup exwm-manage nil
|
(defgroup exwm-manage nil
|
||||||
"Manage."
|
"Manage."
|
||||||
:version "25.3"
|
|
||||||
:group 'exwm)
|
:group 'exwm)
|
||||||
|
|
||||||
(defcustom exwm-manage-finish-hook nil
|
(defcustom exwm-manage-finish-hook nil
|
||||||
|
|
|
@ -56,7 +56,6 @@
|
||||||
|
|
||||||
(defgroup exwm-randr nil
|
(defgroup exwm-randr nil
|
||||||
"RandR."
|
"RandR."
|
||||||
:version "25.3"
|
|
||||||
:group 'exwm)
|
:group 'exwm)
|
||||||
|
|
||||||
(defcustom exwm-randr-refresh-hook nil
|
(defcustom exwm-randr-refresh-hook nil
|
||||||
|
|
|
@ -57,7 +57,6 @@
|
||||||
|
|
||||||
(defgroup exwm-systemtray nil
|
(defgroup exwm-systemtray nil
|
||||||
"System tray."
|
"System tray."
|
||||||
:version "25.3"
|
|
||||||
:group 'exwm)
|
:group 'exwm)
|
||||||
|
|
||||||
(defcustom exwm-systemtray-height nil
|
(defcustom exwm-systemtray-height nil
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
(defgroup exwm-workspace nil
|
(defgroup exwm-workspace nil
|
||||||
"Workspace."
|
"Workspace."
|
||||||
:version "25.3"
|
|
||||||
:group 'exwm)
|
:group 'exwm)
|
||||||
|
|
||||||
(defcustom exwm-workspace-switch-hook nil
|
(defcustom exwm-workspace-switch-hook nil
|
||||||
|
|
1
exwm.el
1
exwm.el
|
@ -79,7 +79,6 @@
|
||||||
(defgroup exwm nil
|
(defgroup exwm nil
|
||||||
"Emacs X Window Manager."
|
"Emacs X Window Manager."
|
||||||
:tag "EXWM"
|
:tag "EXWM"
|
||||||
:version "25.3"
|
|
||||||
:group 'applications
|
:group 'applications
|
||||||
:prefix "exwm-")
|
:prefix "exwm-")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue