From a5ace379028e5054a821fd9a855eb6e4ae6f01a4 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Wed, 25 Jul 2018 14:09:03 -0400 Subject: [PATCH] [emacs] Explicitly set projectile bindings --- .emacs.d/emacs.org | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/emacs.org b/.emacs.d/emacs.org index b57f078..5f9b8cf 100644 --- a/.emacs.d/emacs.org +++ b/.emacs.d/emacs.org @@ -509,6 +509,7 @@ Editor-agnostic coding style configuration. :ensure t :defer t :diminish " 📁" + :bind-keymap ("C-c p" . projectile-command-map) :config (projectile-mode t))