[Emacs] Only use xelb when using EXWM

This commit is contained in:
Lucien Cartier-Tilet 2022-04-05 17:09:37 +02:00
parent f22e54691d
commit f5df9b649f
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

View File

@ -3387,6 +3387,7 @@ doesnt seem to be available in any repo, so Ill install it directly
from Git.
#+begin_src emacs-lisp
(use-package xelb
:if (seq-contains-p command-line-args "--with-exwm")
:straight (xelb :build t
:type git
:host github