From dc8ec3fa8e996b605e01dc54dd41534ce0558335 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 14 Apr 2024 00:22:26 -0500 Subject: tests and more bug fixing - make org todo starting priority the lowest ("D") - better default prompt for gptel - added function to browse arch-wiki-docs - added tests for join line or region - added tests for format region or buffer - added region arguments to cj/join-paragraph - updated tasks --- tests/test-join-line-or-region.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/test-join-line-or-region.el') diff --git a/tests/test-join-line-or-region.el b/tests/test-join-line-or-region.el index f949a62c..74625b65 100644 --- a/tests/test-join-line-or-region.el +++ b/tests/test-join-line-or-region.el @@ -1,12 +1,12 @@ -;;; test-join-line-or-region.el --- Test Join Line/Region -*- lexical-binding: t; -*- +;;; test-join-line-or-region.el --- Test cj/join-line-or-region -*- lexical-binding: t; -*- ;;; Commentary: -;; Tests for the join-line-or-region function +;; Tests for the cj/join-line-or-region function in custom-functions.el -;;; Code:x - -;; (require 'custom-functions) +;;; Code: +(add-to-list 'load-path (concat user-emacs-directory "modules")) +(require 'custom-functions) (require 'ert) (defun cj/join-line-or-region (beg end) -- cgit v1.2.3