diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/core/core-git.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/core/core-git.el b/emacs.d/core/core-git.el index 2fa1167..3ef59ad 100644 --- a/emacs.d/core/core-git.el +++ b/emacs.d/core/core-git.el @@ -8,6 +8,12 @@ (setq magit-completing-read-function 'ivy-completing-read) (setq magit-item-highlight-face 'bold))) +(use-package gitconfig-mode + :ensure t) + +(use-package gitignore-mode + :ensure t) + (use-package gist :ensure t :bind ("C-c g p" . gist-region-or-buffer-private) |