diff options
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: ")) |
