Purescript development tools
This commit is contained in:
parent
4d356b3a06
commit
4e8adcfafb
7 changed files with 104 additions and 32 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue