diff options
author | tdback <tyler@tdback.net> | 2025-02-08 10:10:55 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-02-08 10:10:55 -0500 |
commit | f30132e4fe11fb7837d979887d9851e325643391 (patch) | |
tree | 61b7d2c2534e51a3ef8a4d4dba8a1dc770fffba3 /lisp/td-present.el | |
parent | 5c590db7901f6e0f0a089bcf71401d6a4c9ba1d3 (diff) |
lisp: add general commentary
Diffstat (limited to 'lisp/td-present.el')
-rw-r--r-- | lisp/td-present.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/td-present.el b/lisp/td-present.el index 72cd901..fc5513d 100644 --- a/lisp/td-present.el +++ b/lisp/td-present.el @@ -1,4 +1,6 @@ -;;; -*- lexical-binding: t; -*- +;;; td-present.el --- org-powered presentations -*- lexical-binding: t; -*- + +;;; Code: (use-package org-present :ensure t @@ -25,3 +27,4 @@ (org-show-children)) (provide 'td-present) +;;; td-present.el ends here |