aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-03-31 19:39:21 +0200
committerThomas Schneider <qsx@qsx.re>2019-03-31 19:39:21 +0200
commitbdc4806b47aa2d1c4e12b31fea32e9c3e0551e46 (patch)
tree148e104b4f3286219f07eb15e4f3b2aa99ce0f9e /dot.emacs.d/init.el
parentdb4d49892007910f98255f04a57e9577b5a6cfe7 (diff)
Emacs: Use mercurial.el
Vendored in from <hg-source>/contrib/mercurial.el
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index ee2a5cc..d960fa5 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -57,6 +57,9 @@
:config (projectile-mode 1)
:bind-keymap ("C-c p" . projectile-command-map))
+(use-package mercurial
+ :bind-keymap ("C-c H" . hg-global-map))
+
(use-package magit
:bind ("C-x g" . #'magit-status)
:config (setq global-magit-file-mode t))