Remove unused evil-init (duplicated in use-package)

This commit is contained in:
MitchMarq42 2022-10-10 12:13:49 -08:00
parent 25989d0462
commit 83e4309cdf

View File

@ -14,19 +14,6 @@
;; Some functions to run when loading packages...
;;; Code:
;; (defun mitch/evil-init ()
;; "A batch of commands to run as the :init of evil's `use-package'.
;; Made solely to reduce lines in the init-file."
;; (setq evil-want-integration t
;; evil-want-keybinding nil
;; evil-want-C-u-scroll nil
;; evil-want-C-i-jump nil
;; evil-vsplit-window-right t
;; evil-split-window-below t
;; evil-undo-system
;; (if (>= (string-to-number emacs-version) 29)
;; (quote undo-redo)
;; (quote undo-fu))))
(defun mitch/evil-config ()
"A batch of commands to run as the :config of evil's `use-package'.
Made solely to reduce lines in the init-file."