From 7479444ad1a13d60f1f3f73e5558bfba89075af7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 29 Aug 2015 15:09:59 -0700 Subject: [PATCH] key-chord.el --- dotfiles/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index b0ed4b36..f10caf49 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -712,6 +712,8 @@ The current directory is assumed to be the project's root otherwise." (progn (setq git-link-use-commit t))) +(use-package key-chord) + ;; ============================================================================= ;; Non-Programming Stuff ;; =============================================================================