Add packages to support GitLab CI config editing
This commit is contained in:
parent
9b2e7599f3
commit
26a65a7bd4
@ -3322,6 +3322,17 @@ directory. It is available from [[http://plantuml.com/download][here]].
|
|||||||
:mode "\\.graphql\\'")
|
:mode "\\.graphql\\'")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Gitlab-CI
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package gitlab-ci-mode
|
||||||
|
:mode "\\.gitlab-ci.yml\\'")
|
||||||
|
(use-package gitlab-ci-mode-flycheck
|
||||||
|
:after flycheck gitlab-ci-mode
|
||||||
|
:init
|
||||||
|
(gitlab-ci-mode-flycheck-enable))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Games
|
* Games
|
||||||
|
|
||||||
** Gnu Go
|
** Gnu Go
|
||||||
|
@ -97,6 +97,8 @@
|
|||||||
github-notifier
|
github-notifier
|
||||||
gitignore-mode
|
gitignore-mode
|
||||||
gitlab
|
gitlab
|
||||||
|
gitlab-ci-mode
|
||||||
|
gitlab-ci-mode-flycheck
|
||||||
gnugo
|
gnugo
|
||||||
go-mode
|
go-mode
|
||||||
gobgen
|
gobgen
|
||||||
|
Loading…
Reference in New Issue
Block a user