diff options
author | tdback <tyler@tdback.net> | 2025-02-12 20:07:05 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-02-12 20:07:05 -0500 |
commit | 08cc9fa47615d85d8ab284c56585575774e2e625 (patch) | |
tree | 6c899bb0393d3f6974223e7ebeb1fb6ffb0a6fbb /lisp | |
parent | 6f28f09f83585e5c2e6b0dbe085ecc767cf15e36 (diff) |
lisp/td-common: make sure puni is loaded
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/td-common.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/td-common.el b/lisp/td-common.el index 4cea965..061b1f7 100644 --- a/lisp/td-common.el +++ b/lisp/td-common.el @@ -18,6 +18,7 @@ "Kill a line while keeping expressions balanced. When there's no complete sexp before the line end to delete, delete one sexp forward." (interactive) + (require 'puni) (puni-soft-delete-by-move (lambda () (if (eolp) (forward-char) |