3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Arun Isaac 2017-05-25 23:23:30 +05:30
parent c10d887dd9
commit 87c95cb242
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -4602,7 +4602,8 @@ It should enable you to implement low-level X11 applications.")
(require 'exwm)
(require 'exwm-config)
(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)
#t))))))
(home-page "https://github.com/ch11ng/exwm")