From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: emacs-guix on spacemacs Date: Sat, 19 Jan 2019 20:48:15 +0900 Message-ID: <20190119114815.pg2jjgp2cd346mfw@WaraToNora> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkp74-0008KJ-Nt for help-guix@gnu.org; Sat, 19 Jan 2019 06:48:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkp73-0006d7-Ol for help-guix@gnu.org; Sat, 19 Jan 2019 06:48:34 -0500 Received: from mail-pg1-x531.google.com ([2607:f8b0:4864:20::531]:39352) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gkp6z-0006XL-PJ for help-guix@gnu.org; Sat, 19 Jan 2019 06:48:31 -0500 Received: by mail-pg1-x531.google.com with SMTP id w6so7320852pgl.6 for ; Sat, 19 Jan 2019 03:48:21 -0800 (PST) Received: from localhost ([2409:11:4a40:3600:afd4:3247:4a32:242a]) by smtp.gmail.com with ESMTPSA id i62sm8193856pge.44.2019.01.19.03.48.17 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 19 Jan 2019 03:48:18 -0800 (PST) Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello, I was struggling to use emacs-guix mode on spacemacs. Because evil-mode make key binding be shadowed on list-mode. I will introduce the solution for one who like vi more than emacs. Put it into user-config of dot.spacemacs. (evil-set-initial-state 'guix-package-list-mode 'emacs) (evil-set-initial-state 'guix-output-list-mode 'emacs) (evil-set-initial-state 'guix-license-list-mode 'emacs)