help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Deny keymap changes made by `evil-integration'


From: Martin Yrjölä
Subject: Re: Deny keymap changes made by `evil-integration'
Date: Sun, 26 Jul 2015 15:24:30 +0300

Eli Zaretskii writes:
>> Date: Sat, 25 Jul 2015 14:52:43 +0200
>> From: Alexander Shukaev <haroogan@gmail.com>
>> Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
>> 
>> They implemented `evil' too intrusively, i.e. `(require 'evil)' would
>> also `(require 'evil-integration)' and some other trash that I don't
>> want personally.
>
> I'd suggest a careful reading of the code, looking for ways of
> disabling the too-intrusive stuff.
>

Have you tried `M-x evil-emacs-state'? It should revert back to the
standard Emacs keybindings. To make this the default behavior for
dired buffers you can change the `evil-emacs-state-modes'-variable:

(add-to-list 'evil-emacs-state-modes 'dired-mode)

Best regards,
Martin Yrjölä



reply via email to

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