guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26454: [PATCH 2/2] gnu: Add emacs-exwm.


From: Feng Shu
Subject: bug#26454: [PATCH 2/2] gnu: Add emacs-exwm.
Date: Tue, 18 Apr 2017 05:51:37 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Arun Isaac <address@hidden> writes:

>> If possible, I suggest to do like this, user can use ~/.emacs or ~/.exwm.el
>> to config exwm. if one need to switch different wm frequently,
>> ~/.exwm.el may a better solution
>>
>>   (progn
>>     (when (file-exists-p "~/.exwm.el")
>>       (load "~/.exwm.el"))
>>     (unless (featurep 'exwm)
>>       (require 'exwm)
>>       (require 'exwm-config)
>>       (exwm-config-default)
>>       (message "exwm configuration not found. Falling back to default 
>> configuration.")))))
>
> Yes, that's a good idea -- best of both worlds! Shall I make this change
> and push? Are there any other changes?

The rest are ok, in my opinion :-)

-- 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]