diff options
author | Adrian Kummerlaender | 2021-09-14 10:18:45 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2021-09-14 10:18:45 +0200 |
commit | 18a8bc7a0314479de8a6122e77ea1bef6b676024 (patch) | |
tree | 696f388ea87eed337669675c03419c8722d55d05 /gui/conf | |
parent | 04abacdba48e5fd99087b2e700f2d523a3cca7df (diff) | |
download | nixos_home-18a8bc7a0314479de8a6122e77ea1bef6b676024.tar nixos_home-18a8bc7a0314479de8a6122e77ea1bef6b676024.tar.gz nixos_home-18a8bc7a0314479de8a6122e77ea1bef6b676024.tar.bz2 nixos_home-18a8bc7a0314479de8a6122e77ea1bef6b676024.tar.lz nixos_home-18a8bc7a0314479de8a6122e77ea1bef6b676024.tar.xz nixos_home-18a8bc7a0314479de8a6122e77ea1bef6b676024.tar.zst nixos_home-18a8bc7a0314479de8a6122e77ea1bef6b676024.zip |
Add forge for magit Gitlab integration
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index 9f83c5a..c83e965 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -459,6 +459,10 @@ :config (evil-leader/set-key "pg" 'magit)) +(use-package forge + :ensure t + :after magit) + (use-package projectile :ensure t :config |