help-guix
[Top][All Lists]
Advanced

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

emacs-guix on spacemacs


From: Yoshinori Arai
Subject: emacs-guix on spacemacs
Date: Sat, 19 Jan 2019 20:48:15 +0900
User-agent: NeoMutt/20180716

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)



reply via email to

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