gnu: Fix emacs-exwm.
EXWM devs removed exwm-config-default procedure. As a result anyone who uses exwm with default config (like I do) will get this error "Symbol’s function definition is void: exwm-config-default". The solution is to use exwm-config-example instead. * gnu/packages/emacs-xyz.scm (emacs-exwm)[arguments]<#:phases>: Fix EXWM executable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I9af27f9db30bf51146c41b214c04cfd38a89185e
This commit is contained in:
parent
bca59a98c0
commit
2af8c6caff
@ -20111,7 +20111,7 @@ It should enable you to implement low-level X11 applications.")
|
||||
((not (featurep 'exwm))
|
||||
(require 'exwm)
|
||||
(require 'exwm-config)
|
||||
(exwm-config-default)
|
||||
(exwm-config-example)
|
||||
(message (concat "exwm configuration not found. "
|
||||
"Falling back to default configuration...")))))))
|
||||
(chmod exwm-executable #o555)))))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user