Add mod-get module
This commit is contained in:
parent
fe229807de
commit
b53dfd6369
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
||||||
(require-packages
|
(require-packages
|
||||||
'(magit
|
'(git-commit-mode
|
||||||
|
git-rebase-mode
|
||||||
gitconfig-mode
|
gitconfig-mode
|
||||||
gitignore-mode
|
gitignore-mode
|
||||||
git-gutter
|
git-gutter-fringe
|
||||||
))
|
))
|
||||||
|
|
||||||
(git-gutter:linum-setup)
|
(global-git-gutter-mode t)
|
||||||
(global-git-gutter-mode +1)
|
(setq git-gutter-fr:side 'right-fringe)
|
||||||
|
;; (diminish 'git-gutter-mode)
|
||||||
|
|
||||||
;;
|
;;
|
||||||
(provide 'mod-git)
|
(provide 'mod-git)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue