File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 4747; ; Gitlab library
4848
4949(require 'gitlab )
50+ (require 'gitlab-ui )
5051
5152; ; UI
5253; ; ----
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 )
You can’t perform that action at this time.
0 commit comments