gnu: emacs-exwm: Fix 'line too long' lint warning.
* gnu/packages/emacs.scm (emacs-exwm): Split line to fix 'line too long' lint warning.
This commit is contained in:
parent
c10d887dd9
commit
87c95cb242
|
@ -4602,7 +4602,8 @@ It should enable you to implement low-level X11 applications.")
|
||||||
(require 'exwm)
|
(require 'exwm)
|
||||||
(require 'exwm-config)
|
(require 'exwm-config)
|
||||||
(exwm-config-default)
|
(exwm-config-default)
|
||||||
(message "exwm configuration not found. Falling back to default configuration..."))))))
|
(message (concat "exwm configuration not found. "
|
||||||
|
"Falling back to default configuration...")))))))
|
||||||
(chmod exwm-executable #o555)
|
(chmod exwm-executable #o555)
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "https://github.com/ch11ng/exwm")
|
(home-page "https://github.com/ch11ng/exwm")
|
||||||
|
|
Loading…
Reference in New Issue