about summary refs log tree commit diff
path: root/init-bindings.el
diff options
context:
space:
mode:
Diffstat (limited to 'init-bindings.el')
-rw-r--r--init-bindings.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init-bindings.el b/init-bindings.el
index 88b8a6596bcd..f44a3d3ed3c3 100644
--- a/init-bindings.el
+++ b/init-bindings.el
@@ -39,6 +39,9 @@
 ;; So good!
 (global-set-key (kbd "C-c g") 'magit-status)
 
+;; Open project drawer
+(global-set-key (kbd "M-p") 'project-explorer-open)
+
 ;; Add a fullscreen toggle - TODO: reenable in next Emacs release
 ; (global-set-key (kbd "M-RET") 'toggle-frame-fullscreen)