Просмотр исходного кода

Fix git config: git-modes replaces gitignore-mode and gitconfig-mode

master
Bingen Eguzkitza 4 лет назад
Родитель
Сommit
058a2b36fc
1 измененных файлов: 7 добавлений и 2 удалений
  1. +7
    -2
      lisp/init-git.el

+ 7
- 2
lisp/init-git.el Просмотреть файл

;;; package --- Git config
;;; Commentary:
;; TODO: link commits from vc-log to magit-show-commit ;; TODO: link commits from vc-log to magit-show-commit
;; TODO: smerge-mode ;; TODO: smerge-mode
(require-package 'gitignore-mode)
(require-package 'gitconfig-mode)
;;; Code:
;; https://github.com/melpa/melpa/commit/cc3a0ce6c8a4a67b8a8d4b8b2c090694535e6848
(require-package 'git-modes)
(require-package 'git-messenger) ;; Though see also vc-annotate's "n" & "p" bindings (require-package 'git-messenger) ;; Though see also vc-annotate's "n" & "p" bindings
(require-package 'git-timemachine) (require-package 'git-timemachine)


(global-git-commit-mode) (global-git-commit-mode)


(provide 'init-git) (provide 'init-git)

;;; init-git ends here

Загрузка…
Отмена
Сохранить