Add packages to support GitLab CI config editing

This commit is contained in:
2019-09-09 17:27:10 +02:00
parent 9b2e7599f3
commit 26a65a7bd4
2 changed files with 13 additions and 0 deletions

View File

@@ -3322,6 +3322,17 @@ directory. It is available from [[http://plantuml.com/download][here]].
:mode "\\.graphql\\'")
#+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
** Gnu Go