Purescript development tools

This commit is contained in:
Andrea Ciceri 2021-11-03 23:28:49 +01:00 committed by Andrea Ciceri
parent 4d356b3a06
commit 4e8adcfafb
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
7 changed files with 104 additions and 32 deletions

View file

@ -1,7 +1,8 @@
(use-package evil
:init
(setq evil-want-keybinding nil)
:custom
(evil-want-keybinding nil)
(evil-undo-system 'undo-redo)
:config
(evil-mode 1) ; globally enable evil-mode except for the following modes
(mapcar (lambda (mode) (evil-set-initial-state mode 'emacs))