1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02: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
+2 -1
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")