logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git
commit: 1c9a84f3ba64a360f5e570d5de89786978a5fa84
parent ae519cadf445dd103003d5ce3b24553de101148e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 11 Mar 2021 14:01:34 +0100

.emacs.d/init.el: EVIL!

Diffstat:

A.emacs.d/init.el2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -0,0 +1,2 @@ +(require 'evil) +(evil-mode 1)