summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el
index 177275a..d8e819d 100644
--- a/init.el
+++ b/init.el
@@ -192,7 +192,8 @@
(define-key km/org-prefix-map "r" #'org-element-cache-reset)
- (require 'org-notmuch))
+ (require 'org-notmuch)
+ (require 'orgit))
(use-package ox-latex
:config
@@ -1097,6 +1098,9 @@
(put 'magit-edit-line-commit 'disabled nil)
(put 'magit-diff-edit-hunk-commit 'disabled nil))
+(use-package orgit
+ :load-path "~/src/emacs/orgit/")
+
(use-package km-magit
:init
(bind-keys :map km/git-map