Install the gitlab package

It’s needed for my future magitlab stuff.
This commit is contained in:
Gergely Polonkai 2016-11-10 09:49:26 +01:00
parent 7b47c9b24b
commit 50d518a906
2 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,7 @@
git-timemachine
gitconfig-mode
gitignore-mode
gitlab
gnugo
gobgen
google

View File

@ -814,6 +814,9 @@
(use-package flymake-python-pyflakes
:ensure t)
(use-package gitlab
:ensure t)
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")