;; -*- lexical-binding: t; -*- ;; Set up Vim keybindings with evil-mode (use-package evil :init (setq evil-want-keybinding nil) :config (evil-mode 1) :custom (evil-undo-system 'undo-tree)) (use-package evil-collection :after evil) (provide 'init-evil)