From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0ANh-00014h-Qj for guix-patches@gnu.org; Mon, 17 Apr 2017 13:24:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0ANe-0002h5-Nw for guix-patches@gnu.org; Mon, 17 Apr 2017 13:24:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54607) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0ANe-0002gg-Dz for guix-patches@gnu.org; Mon, 17 Apr 2017 13:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0ANe-00048G-6p for guix-patches@gnu.org; Mon, 17 Apr 2017 13:24:02 -0400 Subject: bug#26454: [PATCH 2/2] gnu: Add emacs-exwm. Resent-Message-ID: Message-Id: <739d8f1b.AEAAJKmq_Q0AAAAAAAAAAAO0QTIAAAACwQwAAAAAAAW9WABY9Pog@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Mon, 17 Apr 2017 22:53:38 +0530 In-reply-to: <87ziff5c70.fsf@163.com> References: <20170417132743.5683-1-arunisaac@systemreboot.net> <87ziff5c70.fsf@163.com> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26454@debbugs.gnu.org > 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 con= figuration."))))) Yes, that's a good idea -- best of both worlds! Shall I make this change and push? Are there any other changes? =