From 83e4309cdff434bd19f7afb3146609f9589e248b Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Mon, 10 Oct 2022 12:13:49 -0800 Subject: [PATCH] Remove unused evil-init (duplicated in use-package) --- lisp/mitch-defuns.el | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lisp/mitch-defuns.el b/lisp/mitch-defuns.el index c47fe0b..1d6824d 100644 --- a/lisp/mitch-defuns.el +++ b/lisp/mitch-defuns.el @@ -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."