Skip to content

Commit f1a658e

Browse files
committed
update version
1 parent 5927f8f commit f1a658e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# emacs-gitlab ChangeLog
22

3-
# Version 0.1.0 (IN PROGRESS)
3+
# Version 0.1.0 (11/06/2014)
44

55
- Helm interface to show issues
66
- Helm interface to show projects

helm-gitlab.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
;; Gitlab library
4848

4949
(require 'gitlab)
50+
(require 'gitlab-ui)
5051

5152
;; UI
5253
;; ----
@@ -140,15 +141,15 @@
140141
"List Gitlab projects using Helm interface."
141142
(interactive)
142143
(helm :sources '(helm-gitlab--projects-source)
143-
:buffer "*helm-gitlab*"))
144+
:buffer helm-gitlab--buffer-name))
144145

145146

146147
;;;###autoload
147148
(defun helm-gitlab-issues ()
148149
"List Gitlab issues using Helm interface."
149150
(interactive)
150151
(helm :sources '(helm-gitlab--issues-source)
151-
:buffer "*helm-gitlab*"))
152+
:buffer helm-gitlab--buffer-name))
152153

153154

154155
(provide 'helm-gitlab)

0 commit comments

Comments
 (0)