emacs: destroy evil-mode

This commit is contained in:
Jeremy Baxter 2024-04-27 19:28:09 +12:00
parent ea4d693a45
commit 94ca1efc4e

View file

@ -11,13 +11,9 @@
(scroll-bar-mode -1) (scroll-bar-mode -1)
(savehist-mode -1) (savehist-mode -1)
;; evil-mode
(package-install 'evil)
(evil-mode)
;; undo-tree ;; undo-tree
(package-install 'undo-tree) (package-install 'undo-tree)
(global-undo-tree-mode) (global-undo-tree-mode)
(evil-set-undo-system 'undo-tree)
;; basic key binds ;; basic key binds
(global-set-key (kbd "C-`") 'other-window) (global-set-key (kbd "C-`") 'other-window)