Skip to content

Commit

Permalink
autoloads added
Browse files Browse the repository at this point in the history
  • Loading branch information
dotemacs committed Nov 19, 2012
1 parent 63c2c42 commit dade3c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simplenote.el
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ via the usual `-*- mode: text -*-' header line."
(message "Pushed note %s" simplenote-key)
(message "Failed to push note %s" simplenote-key))))

;;;###autoload
(defun simplenote-create-note-from-buffer ()
(interactive)
(let (createdate key)
Expand Down Expand Up @@ -275,6 +276,7 @@ via the usual `-*- mode: text -*-' header line."
(defun simplenote-new-notes-dir ()
(file-name-as-directory (concat (file-name-as-directory simplenote-directory) "new")))

;;;###autoload
(defun simplenote-setup ()
(interactive)
(when (not (file-exists-p simplenote-directory))
Expand Down Expand Up @@ -473,6 +475,7 @@ setting."
mode-name "Simplenote")
(run-mode-hooks 'simplenote-mode-hook))

;;;###autoload
(defun simplenote-browse ()
(interactive)
(when (not (file-exists-p simplenote-directory))
Expand Down

0 comments on commit dade3c4

Please sign in to comment.