mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
Require compat 29.1
See emacs-exwm/xelb/commit/2d451e5d5d16fbee881d5607a156c3bdf7f6bcaa
This commit is contained in:
parent
94c9f369dd
commit
87c429561f
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'compat)
|
||||||
(require 'kmacro)
|
(require 'kmacro)
|
||||||
|
|
||||||
(require 'xcb)
|
(require 'xcb)
|
||||||
|
|
2
exwm.el
2
exwm.el
|
@ -5,7 +5,7 @@
|
||||||
;; Author: Chris Feng <chris.w.feng@gmail.com>
|
;; Author: Chris Feng <chris.w.feng@gmail.com>
|
||||||
;; Maintainer: Adrián Medraño Calvo <adrian@medranocalvo.com>, Steven Allen <steven@stebalien.com>, Daniel Mendler <mail@daniel-mendler.de>
|
;; Maintainer: Adrián Medraño Calvo <adrian@medranocalvo.com>, Steven Allen <steven@stebalien.com>, Daniel Mendler <mail@daniel-mendler.de>
|
||||||
;; Version: 0.30
|
;; Version: 0.30
|
||||||
;; Package-Requires: ((emacs "27.1") (xelb "0.19"))
|
;; Package-Requires: ((emacs "27.1") (xelb "0.19") (compat "29.1"))
|
||||||
;; Keywords: unix
|
;; Keywords: unix
|
||||||
;; URL: https://github.com/emacs-exwm/exwm
|
;; URL: https://github.com/emacs-exwm/exwm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue