Install the gitlab package
It’s needed for my future magitlab stuff.
This commit is contained in:
parent
7b47c9b24b
commit
50d518a906
@ -63,6 +63,7 @@
|
|||||||
git-timemachine
|
git-timemachine
|
||||||
gitconfig-mode
|
gitconfig-mode
|
||||||
gitignore-mode
|
gitignore-mode
|
||||||
|
gitlab
|
||||||
gnugo
|
gnugo
|
||||||
gobgen
|
gobgen
|
||||||
google
|
google
|
||||||
|
3
init.el
3
init.el
@ -814,6 +814,9 @@
|
|||||||
(use-package flymake-python-pyflakes
|
(use-package flymake-python-pyflakes
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
|
(use-package gitlab
|
||||||
|
:ensure t)
|
||||||
|
|
||||||
;; Load my own functions
|
;; Load my own functions
|
||||||
(load "gnu-c-header.el")
|
(load "gnu-c-header.el")
|
||||||
(load "toggle-window-split.el")
|
(load "toggle-window-split.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user