From 50d518a906f21d480b9081e2c661f61eeba18fa5 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 10 Nov 2016 09:49:26 +0100 Subject: [PATCH] Install the gitlab package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s needed for my future magitlab stuff. --- customizations.el | 1 + init.el | 3 +++ 2 files changed, 4 insertions(+) diff --git a/customizations.el b/customizations.el index b5460c2..85aeb98 100644 --- a/customizations.el +++ b/customizations.el @@ -63,6 +63,7 @@ git-timemachine gitconfig-mode gitignore-mode + gitlab gnugo gobgen google diff --git a/init.el b/init.el index ca16124..bbbde37 100644 --- a/init.el +++ b/init.el @@ -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")