aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
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))