diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-14 00:22:26 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-14 00:22:26 -0500 |
| commit | dc8ec3fa8e996b605e01dc54dd41534ce0558335 (patch) | |
| tree | dec4c6850b4acff604fd6f080ab5fb70b6e8d6c1 /tests/test-join-line-or-region.el | |
| parent | 61393683774458a18a99d8548b03e841045b239d (diff) | |
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
Diffstat (limited to 'tests/test-join-line-or-region.el')
| -rw-r--r-- | tests/test-join-line-or-region.el | 10 |
1 files changed, 5 insertions, 5 deletions
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) |
