diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2026-01-05 10:53:07 -0500 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2026-01-05 10:53:07 -0500 |
| commit | 1b0fbb1818d6a9cd721366909275aaefb7de4c64 (patch) | |
| tree | 5d4cc9b85dec78c581bb0688057603ebf34c8767 /create-update-post.el | |
| parent | 3262dd2648ac3ec64ca2405ec94fe6a77fa9bd7d (diff) | |
Improve namespacing
Diffstat (limited to 'create-update-post.el')
| -rw-r--r-- | create-update-post.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create-update-post.el b/create-update-post.el index e8253d9..1a572b9 100644 --- a/create-update-post.el +++ b/create-update-post.el @@ -1,4 +1,4 @@ -(defun mk/create-update-post () +(defun mk/blog/create-update-post () "Create a new 'Update' post for today in the _posts folder." (interactive) (let* ((date (current-time)) @@ -38,7 +38,7 @@ (goto-char (point-max)) (message "Created new update post: %s" filepath)))) -(defun mk/create-regular-post () +(defun mk/blog/create-regular-post () "Create a new regular blog post with a custom title in the _posts folder." (interactive) (let* ((title (read-string "Post title: ")) |
