Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamirault committed Nov 6, 2014
1 parent 5927f8f commit f1a658e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# emacs-gitlab ChangeLog

# Version 0.1.0 (IN PROGRESS)
# Version 0.1.0 (11/06/2014)

- Helm interface to show issues
- Helm interface to show projects
Expand Down
5 changes: 3 additions & 2 deletions helm-gitlab.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
;; Gitlab library

(require 'gitlab)
(require 'gitlab-ui)

;; UI
;; ----
Expand Down Expand Up @@ -140,15 +141,15 @@
"List Gitlab projects using Helm interface."
(interactive)
(helm :sources '(helm-gitlab--projects-source)
:buffer "*helm-gitlab*"))
:buffer helm-gitlab--buffer-name))


;;;###autoload
(defun helm-gitlab-issues ()
"List Gitlab issues using Helm interface."
(interactive)
(helm :sources '(helm-gitlab--issues-source)
:buffer "*helm-gitlab*"))
:buffer helm-gitlab--buffer-name))


(provide 'helm-gitlab)
Expand Down

0 comments on commit f1a658e

Please sign in to comment.