* [bug#72476] [PATCH] fix emacs-exwm
@ 2024-08-05 12:56 Adam Quandour
2024-08-19 18:04 ` bug#72476: " Nicolas Goaziou via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Adam Quandour @ 2024-08-05 12:56 UTC (permalink / raw)
To: 72476; +Cc: Adam Quandour
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2ff1ed4..a1eeeeb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20111,7 +20111,7 @@ (define-public emacs-exwm
((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)))))))
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72476: [PATCH] fix emacs-exwm
2024-08-05 12:56 [bug#72476] [PATCH] fix emacs-exwm Adam Quandour
@ 2024-08-19 18:04 ` Nicolas Goaziou via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-08-19 18:04 UTC (permalink / raw)
To: 72476-done; +Cc: Adam Quandour
Hello,
> 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.
Applied, after normalizing commit message. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-19 18:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 12:56 [bug#72476] [PATCH] fix emacs-exwm Adam Quandour
2024-08-19 18:04 ` bug#72476: " Nicolas Goaziou via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.