From 8c4e09dff83847ac7f07bf1da7751e9328006c4d Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 30 Jul 2026 20:09:00 -0400 Subject: actual final changes and get rid of junk in lisp dir actually works fine --- .config/emacs/lisp/evil-collection/test/test-helper.el | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .config/emacs/lisp/evil-collection/test/test-helper.el (limited to '.config/emacs/lisp/evil-collection/test/test-helper.el') diff --git a/.config/emacs/lisp/evil-collection/test/test-helper.el b/.config/emacs/lisp/evil-collection/test/test-helper.el deleted file mode 100644 index b5d9e63..0000000 --- a/.config/emacs/lisp/evil-collection/test/test-helper.el +++ /dev/null @@ -1,9 +0,0 @@ -;;; test-helper.el --- Helpers for evil-collection-test.el -*- lexical-binding: t -*- -(require 'ert) - -;; FIXME: Adding `f' as a dependency just for this line. -(require 'f) -(let ((evil-collection-dir (f-parent (f-dirname (f-this-file))))) - (add-to-list 'load-path evil-collection-dir)) -(require 'evil-collection) -;;; test-helper.el ends here -- cgit v1.2.3