From bdc4806b47aa2d1c4e12b31fea32e9c3e0551e46 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 31 Mar 2019 19:39:21 +0200 Subject: Emacs: Use mercurial.el Vendored in from /contrib/mercurial.el --- dot.emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot.emacs.d/init.el') 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)) -- cgit v1.2.3