Orgit: Init

master
Pierre Neidhardt 2019-03-04 19:30:47 +01:00
parent 467a0362ef
commit 30a7e4ac40
1 changed files with 3 additions and 1 deletions

View File

@ -268,7 +268,7 @@
;;; Magit
;;; Magit can be loaded just-in-time.
(nconc package-selected-packages '(magit magit-todos))
(nconc package-selected-packages '(magit magit-todos orgit))
(with-eval-after-load 'magit
(setq auto-revert-mode-text "")
(set-face-foreground 'magit-branch-remote "orange red")
@ -287,6 +287,8 @@
(magit-todos-mode)))
(when (fboundp 'magit-status)
(global-set-key (kbd "C-x g") 'magit-status))
(with-eval-after-load 'orgit
(setq orgit-store-repository-id t))
;;; Mail
;;; mu4e is usually site-local and not part of ELPA.